Markus,
 I've pegged the pluginbuilder config file for 0.9.0 RC1 to the latest in
SVN. I think we should give this revision a try at a release. It contains a
number of bug fixes since our last try, fixes building docs, and should fix
all the original problems we had encountered.

Thanks,
Chris

On 3/6/07, Christopher Williams <[EMAIL PROTECTED]> wrote:

Markus,

Windows:
> * Editor
> - "Format" menu entry missing (applies for Mac OS X, too)
> - sub menues source and refactoring mixed up (applies for Mac OS X, too)
> - exception with rename refactoring (see below)


We should pass this stack trace on to Lukas, Thomas and Mirko...

* Documentation missing
>
> Mac OS X:
> * wrong path for ruby-debug gem:
> is
> 
"plugins/org.rubypeople.rdt.launching_0.9.0.200703051037RC1/plugins/org.rubypeople.rdt.launching"
>
> but should be
> "plugins/org.rubypeople.rdt.launching_0.9.0.200703051037RC1"


Where is this happening? Is this just displaying wrong in the pref UI, or
somewhere else?

* run application displays in console: "-e:6:in `load': can't convert
> nil into String (TypeError) from -e:6"



Well I guess that means back to the drawing board for 0.9.0 RC1. I have a
fix for the last problem you mentiond here about running the app, it's
related to what  the poster in our forum is mentioning - I broke some stuff
adding vm args to force stdout and stderr to auto-flush. I have teh fix
locally, but SF.net is having issues on CVS and SVN due to a DDoS right
now.

Caused by: org.eclipse.text.edits.MalformedTreeException : Overlapping
> text edits
> at
> org.eclipse.text.edits.TextEdit$InsertionComparator.compare(
> TextEdit.java:118)
> at java.util.Collections.indexedBinarySearch(Collections.java:322)
> at java.util.Collections.binarySearch (Collections.java:310)
> at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java
> :757)
> at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:742)
> at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java :332)
> at
>
> org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getMultiTextEdit
> (Unknown
> Source)
> at
> org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getEdit
> (Unknown
> Source)
> at org.rubypeople.rdt.refactoring.core.RubyRefactoring.getChange(Unknown
> Source)
> at
>
> org.rubypeople.rdt.refactoring.core.RubyRefactoring.createMultiFileChange
> (Unknown
> Source)
> at
> org.rubypeople.rdt.refactoring.core.RubyRefactoring.createChange(Unknown
> Source)
> at
> org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(
> CreateChangeOperation.java:121)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java
> :1737)
> at
> org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (
> WorkbenchRunnableAdapter.java:87)
> at
> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(
> ModalContext.java:113)
> Root exception:
> org.eclipse.text.edits.MalformedTreeException: Overlapping text edits
> at
> org.eclipse.text.edits.TextEdit$InsertionComparator.compare(
> TextEdit.java:118)
> at java.util.Collections.indexedBinarySearch(Collections.java:322)
> at java.util.Collections.binarySearch(Collections.java:310)
> at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java
> :757)
> at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:742)
> at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:332)
> at
>
> org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getMultiTextEdit
> (Unknown
> Source)
> at
> org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getEdit
> (Unknown
> Source)
> at org.rubypeople.rdt.refactoring.core.RubyRefactoring.getChange(Unknown
> Source)
> at
>
> org.rubypeople.rdt.refactoring.core.RubyRefactoring.createMultiFileChange
> (Unknown
> Source)
> at
> org.rubypeople.rdt.refactoring.core.RubyRefactoring.createChange(Unknown
> Source)
> at
> org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(
> CreateChangeOperation.java:121)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java
> :1737)
> at
> org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run (
> WorkbenchRunnableAdapter.java:87)
> at
> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(
> ModalContext.java:113)
>
>
>
>
>
>
>


--
http://cwilliams.textdriven.com




--
http://cwilliams.textdriven.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to