:)
2006/10/29, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
oh! LOL
I thought you meant some "stable" version of Harmony :)
Thanks
Alexey Petrenko wrote:
> http://jedit.org/index.php?page=download
>
> There are two versions: development and stable.
>
> 2006/10/29, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
>>
>>
>> Alexey Petrenko wrote:
>> > Geir,
>> >
>> > I've just returned from Egypt. Red sea is warm and fishes are
>> amazing! :)
>> >
>> > I'll check this tomorrow.
>> >
>> > BTW I've used stable build...
>>
>> What is a "stable build"?
>>
>> >
>> > SY, Alexey
>> >
>> > 2006/10/29, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
>> >> Alexey had a thread on this about 2 weeks ago. The patches he
>> mentioned
>> >> have been applied.
>> >>
>> >> When doing app testing with the latest snapshot, jEdit 4.3 pre6, I was
>> >> happy to see the installer complete (still missing html support, I
>> guess)
>> >>
>> >> But when I tried to run on WinXP, I got :
>> >>
>> >> java -jar jedit.jar
>> >>
>> >> [error] AWT-EventDispatchThread: java.lang.ClassCastException
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.TreeMap.toComparable(TreeMap.java:79)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.TreeMap.find(TreeMap.java:907)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.TreeMap.containsKey(TreeMap.java:825)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.TreeSet.contains(TreeSet.java:195)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.AbstractCollection.containsAll(AbstractCollection.java:153)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.util.AbstractSet.equals(AbstractSet.java:54)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
java.beans.PropertyChangeSupport.doFirePropertyChange(PropertyChangeSupport.java:30
>>
>> >>
>> >> 5)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:57)
>>
>> >>
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.Component.firePropertyChangeImpl(Component.java:1655)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.Component.firePropertyChange(Component.java:1676)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.Component.setFocusTraversalKeys(Component.java:2920)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.Container.setFocusTraversalKeys(Container.java:1032)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.jedit.gui.HistoryTextArea.<init>(HistoryTextArea.java:54)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
org.gjt.sp.jedit.search.SearchDialog.createFindLabelAndField(SearchDialog.java:332)
>>
>> >>
>> >>
>> >> [error] AWT-EventDispatchThread: at
>> >>
>> org.gjt.sp.jedit.search.SearchDialog.createFieldPanel(SearchDialog.java:410)
>>
>> >>
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.jedit.search.SearchDialog.<init>(SearchDialog.java:306)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
org.gjt.sp.jedit.search.SearchDialog.preloadSearchDialog(SearchDialog.java:78)
>>
>> >>
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.jedit.View.<init>(View.java:1309)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.jedit.jEdit.newView(jEdit.java:2138)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler.endElement(PerspectiveManage
>>
>> >>
>> >> r.java:326)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown
>> >> Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown
>> >> Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
>> >> Source)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dis
>>
>> >>
>> >> patch(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
>>
>> >>
>> >> Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.util.XMLUtilities.parseXML(XMLUtilities.java:125)
>> >> [error] AWT-EventDispatchThread: at
>> >>
>>
org.gjt.sp.jedit.PerspectiveManager.loadPerspective(PerspectiveManager.java:104)
>>
>> >>
>> >> [error] AWT-EventDispatchThread: at
>> >> org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3478)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:86)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:73)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java:131)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.EventQueue.dispatchEvent(EventQueue.java:144)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74)
>> >> [error] AWT-EventDispatchThread: at
>> >> java.awt.EventDispatchThread.run(EventDispatchThread.java:45)
>> >>
>> >
>> >
>>
>
>
--
Alexey A. Petrenko
Intel Middleware Products Division