[cp-patches] More StAX

2005-12-23 Thread Chris Burdess
You'll be getting a bit bored of these by now. 2005-12-23 Chris Burdess [EMAIL PROTECTED] * gnu/xml/stream/SAXParser.java, gnu/xml/stream/XMLParser.java: Interim commit during W3C XML conformance testing. The SAX-over-StAX parser is currently scoring 90.33% against

[cp-patches] FYI: Memory leakage fix in gnu.xml.dom.DomNode

2005-12-23 Thread Guilhem Lavaux
Hi, Here is a quick fix concerning a memory leakage in DomNode$LiveNodeList. I have noticed using jmp that nearly all LiveNodeList were not freed. Actually the GC cannot collect them because LiveNodeList has removed a dependency on DomIterator but without detaching it from the event to be

[cp-patches] RFC: Using HashSet for event registration in DomNode

2005-12-23 Thread Guilhem Lavaux
Hi, To improve performance in the case a DomNode has many event listeners (which may be the case during a eclipse build) it is more efficient to use a HashSet instead of the dumb algorithm currently in place of DomNode. I am trying to check what is the performance boost at the moment but if

[cp-patches] FYi: Implement (naive) Bidi.requiresBidi() workaround

2005-12-23 Thread Mark Wielaard
Hi, This one method was needed for some eclipse plugin (SWT seems to do all other bidirectional stuff internally). Sven came up with the suggestion to just use Character.getDirectionality() for it: 2005-12-23 Mark Wielaard [EMAIL PROTECTED] Implement workaround suggested in bug

Re: [cp-patches] FYi: Implement (naive) Bidi.requiresBidi() workaround

2005-12-23 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark* Returns false if all characters in the text between start and end Mark* are all left-to-right text. WARNING, this implementation is Mark* slow, it calls codeCharacter.getDirectionality(char)/code on Mark* all characters. I'm

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Raif S. Naffah
On Friday 23 December 2005 06:34, Tom Tromey wrote: I've checked in the Eclipse jar builder to Classpath head, and now my fakejdk project is available. This means you can easily start playing with an in-workspace VM in Eclipse. To do this, follow the wiki instructions to check out and build

Re: java.swing.text.NumberFormatter

2005-12-23 Thread Roman Kennke
Hi Chris, Thanks for your explanations. Could you file a bugreport about this and assign it to me (roman at kennke dot org), so it doesn't get lost? Right now I don't have much time and I'll try to look at this in a few days. Cheers, Roman Am Donnerstag, den 22.12.2005, 12:34 -0500 schrieb

Re: java.swing.text.NumberFormatter

2005-12-23 Thread Mark Wielaard
Hi Roman, On Fri, 2005-12-23 at 10:33 +0100, Roman Kennke wrote: Thanks for your explanations. Could you file a bugreport about this and assign it to me (roman at kennke dot org), so it doesn't get lost? Right now I don't have much time and I'll try to look at this in a few days. Chris

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Mark Wielaard
Hi Robert, On Thu, 2005-12-22 at 23:40 +, Robert Lougher wrote: On 22 Dec 2005 12:34:42 -0700, Tom Tromey [EMAIL PROTECTED] wrote: To do this, follow the wiki instructions to check out and build Classpath and Cacao (as always, this VM is chosen because all the needed build bits are in

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Mark Wielaard
Hi Raif, On Fri, 2005-12-23 at 19:56 +1100, Raif S. Naffah wrote: Now, go to Window-Preferences-Java-Installed JREs and choose 'Add...' to add a new one. I named mine Cacao. For the JRE home directory, choose $workspace/fakejdk. Then turn off Use default system libraries and you can

Re: J2ME - keep seperate or include it?

2005-12-23 Thread Christian Thalinger
On Mon, 2005-12-05 at 19:44 -0700, Tom Tromey wrote: I would recommend doing this work on a branch of the Classpath CVS repository. For one thing it will let us all keep track of the licensing stuff better -- meaning that we'll unambiguously be able to merge in your changes (or whatever)

Re: Using a workspace-based VM in Eclipse

2005-12-23 Thread Raif S. Naffah
hello Mark, On Friday 23 December 2005 21:56, Mark Wielaard wrote: On Fri, 2005-12-23 at 19:56 +1100, Raif S. Naffah wrote: Now, go to Window-Preferences-Java-Installed JREs and choose 'Add...' to add a new one. I named mine Cacao. For the JRE home directory, choose

JUnit

2005-12-23 Thread Raif S. Naffah
hello all, soon the GNU Crypto classes will be moving to Classpath. i thought now is the right time to bring this subject since it makes it easier for those involved in this work. the proposal is to port the GNU Crypto Mauve tests to use JUnit instead. this would make it easier to test

Re: JUnit

2005-12-23 Thread Tom Tromey
Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif the proposal is to port the GNU Crypto Mauve tests to use JUnit Raif instead. this would make it easier to test using an IDE such as Raif the Native Eclipse. Raif is this idea worth discussing or should we consider that for the Raif

Re: JUnit

2005-12-23 Thread Dalibor Topic
Raif S. Naffah wrote: hello all, soon the GNU Crypto classes will be moving to Classpath. i thought now is the right time to bring this subject since it makes it easier for those involved in this work. the proposal is to port the GNU Crypto Mauve tests to use JUnit instead. this would

Re: JUnit

2005-12-23 Thread Stephan Michels
On 12/23/05, Raif S. Naffah [EMAIL PROTECTED] wrote: the proposal is to port the GNU Crypto Mauve tests to use JUnit instead. this would make it easier to test using an IDE such as the Native Eclipse. As an outsider I would love to see that. It would make it easier for me to write testcases

Re: JUnit

2005-12-23 Thread Roman Kennke
Hi, Am Samstag, den 24.12.2005, 01:05 +0100 schrieb Dalibor Topic: Raif S. Naffah wrote: hello all, soon the GNU Crypto classes will be moving to Classpath. i thought now is the right time to bring this subject since it makes it easier for those involved in this work. the

Re: JUnit

2005-12-23 Thread Dalibor Topic
Roman Kennke wrote: Hi, Am Samstag, den 24.12.2005, 01:05 +0100 schrieb Dalibor Topic: Raif S. Naffah wrote: hello all, soon the GNU Crypto classes will be moving to Classpath. i thought now is the right time to bring this subject since it makes it easier for those involved in this

[commit-cp] classpath ./ChangeLog gnu/xml/stream/SAXParser....

2005-12-23 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/12/23 12:43:20 Modified files: . : ChangeLog gnu/xml/stream : SAXParser.java XMLParser.java Log message: 2005-12-23 Chris

[commit-cp] classpath ./ChangeLog gnu/xml/dom/DomNode.java

2005-12-23 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Guilhem Lavaux [EMAIL PROTECTED] 05/12/23 17:38:58 Modified files: . : ChangeLog gnu/xml/dom: DomNode.java Log message: 2005-12-23 Guilhem Lavaux [EMAIL

[commit-cp] classpath ./ChangeLog java/text/Bidi.java

2005-12-23 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/12/23 18:27:21 Modified files: . : ChangeLog Added files: java/text : Bidi.java Log message: Implement workaround