[cp-patches] StAX again

2005-12-24 Thread Chris Burdess
With the attached changes, the SAX-over-StAX driver conformance is again improved, to 95.37% against the W3C test suite. This means that it is now more conformant than aelfred2 (93.89%), and I have therefore made it the default SAX parser. 2005-12-24 Chris Burdess [EMAIL PROTECTED] *

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

2005-12-24 Thread Chris Burdess
Guilhem Lavaux wrote: 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. Thanks for doing this. I am trying to check what is

[cp-patches] FYI: small gjdoc cleanup

2005-12-24 Thread Dalibor Topic
Hi all, I removed an unused check in gjdoc's configure. cheers, dalibor topic 2005-12-24 Dalibor Topic [EMAIL PROTECTED] * m4/ac_check_junit.m4: Removed unused check. Index: m4/ac_check_junit.m4 === RCS file:

[cp-patches] DTD validation support for StAX parser

2005-12-24 Thread Chris Burdess
This patch enables the StAX parser to behave as an XML validating parser, when configured to do so. That mostly wraps it up for now. Merry Christmas. 2005-12-24 Chris Burdess [EMAIL PROTECTED] * gnu/xml/stream/SAXParser.java, gnu/xml/stream/XMLParser.java: DTD validation

[cp-patches] Re: Collections.binarySearch and poorly written comparators

2005-12-24 Thread Tom Tromey
Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: Jeroen Seeing as we've already run into this twice, I've written a patch and Jeroen corresponding Mauve test and I'm going to commit it unless someone Jeroen complains with a valid argument. What, we're lazy isn't valid? :-) Please check it

[cp-patches] Patch: FYI: javadoc fixlet

2005-12-24 Thread Tom Tromey
I'm checking this in. This adds a missing @since. Tom 2005-12-24 Tom Tromey [EMAIL PROTECTED] * java/nio/charset/Charset.java (defaultCharset): Added @since. Index: java/nio/charset/Charset.java === RCS file:

0.20 (next year)

2005-12-24 Thread Mark Wielaard
Hi all, I had wanted to push out one more new developer snapshot release (0.20) this year, but got distracted by setting up the new builder machine for automatic regression testing and the eclipse build infrastructure (both very cool things!). And now it seems that I might actually not have any

building Classpath for Win32

2005-12-24 Thread Enrico Migliore
Hi, I would like to build Classpath for Windows with Cygwin's GCC and GCJ. I read the INSTALL file but it doesn't say how to configure the tarball for a Windows build. Does the ./configure script do all that automatically? thanks for any help, Enrico

Re: building Classpath for Win32

2005-12-24 Thread Dalibor Topic
Enrico Migliore wrote: Hi, I would like to build Classpath for Windows with Cygwin's GCC and GCJ. That's not going to work, unfortunately. Cygwin only ships gcj 3.4.x, and GNU Classpath needs at least gcj 4.x to build. Unless you build your own gcj 4 toolchain on Cygwin, you will need to

Re: JUnit

2005-12-24 Thread Raif S. Naffah
On Saturday 24 December 2005 09:15, Tom Tromey wrote: 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

Re: JUnit

2005-12-24 Thread Anthony Green
On Sat, 2005-12-24 at 01:05 +0100, Dalibor Topic wrote: Given that the majority (all?) of current tests in Mauve is under the GPL, without a single copyright holder, I assume, and the license of JUnit is incompatible with the GPL IANAL, but my theory is that this is irrelevant unless you

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

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

[commit-cp] classpath ./ChangeLog java/nio/charset/Charset....

2005-12-24 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/24 18:42:56 Modified files: . : ChangeLog java/nio/charset: Charset.java Log message: * java/nio/charset/Charset.java