RE: GNU Classpath 0.12, ..., 1.0

2004-11-11 Thread Jeroen Frijters
Mark Wielaard wrote: The (ambitious) goal is still to have a 1.0 release before (or around) Fosdem (Brussels, 26/27 February 2005). Excuse me for being the skeptic again, but this seems outrageously unreasonable to me. We haven't even decided on what should be in the 1.0 release and, frankly, I

Re: libtool problem with mipspro on irix

2004-11-11 Thread Christian Thalinger
On Mon, Nov 08, 2004 at 08:40:36PM +0100, Mark Wielaard wrote: Hopefully someone else recognizes the problem. Searching for mipspro and libtool does give a large couple of hits, but none looked immediately relevant. Ok, the actual problem was only related to the mipspro compiler. The configure

JarFile fixes (Was: [Jikesrvm-regression] classpath CVS head regression FAILED 4 tests; 0 mauve failures)

2004-11-11 Thread Mark Wielaard
Hi, On Tue, 2004-11-09 at 00:12, Mark Wielaard wrote: On Mon, 2004-11-08 at 23:46, Steven Augart wrote: development: Failed in SPECjbb2000 Another new problem, this time during class loading. I'm CC'ing this to the classpath list, since it probably points to a problem in Classpath

ANNOUNCE: japitools 0.9.5 released

2004-11-11 Thread Stuart Ballard
I'm pleased to announce the release of japitools 0.9.5. japitools, as many of you know, is a toolkit for testing implementations of Java APIs for binary compatibility. Homepage: http://www.kaffe.org/~stuart/japi/ Download: http://www.kaffe.org/~stuart/japi/japitools-0.9.5.tar.gz Producers of

Re: GNU Classpath 0.12, ..., 1.0

2004-11-11 Thread Steven Augart
Mark Wielaard wrote: I want to try to make the 0.12 release with all the great new stuff on Friday (Nov 12). I would really prefer that we not do the 0.12 release with the stuff on Friday. As I discovered last night (and have written separately to the list), changes made on Tuesday have broken

Re: GNU Classpath 0.12, ..., 1.0

2004-11-11 Thread Mark Wielaard
Hi, On Thu, 2004-11-11 at 22:41, Steven Augart wrote: Mark Wielaard wrote: I want to try to make the 0.12 release with all the great new stuff on Friday (Nov 12). I would really prefer that we not do the 0.12 release with the stuff on Friday. As I discovered last night (and have

Re: [Jikesrvm-regression] classpath CVS head regression FAILED 4 tests; 0 mauve failures

2004-11-11 Thread Steven Augart
Casey Marshall wrote: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark On Mon, 2004-11-08 at 23:46, Steven Augart wrote: at java.util.jar.JarFile.verify(JarFile.java:669) at java.util.jar.JarFile.readSignatures(JarFile.java:561) at java.util.jar.JarFile.getEntry(JarFile.java:406) at

Mauve results...

2004-11-11 Thread David Gilbert
I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest CVS version of Classpath) and posted the results here for anyone that is interested: http://www.object-refinery.com/classpath/mauve-report/latest/ The above reports exclude about 10 test files that won't run for me yet -

Re: Mauve results...

2004-11-11 Thread Mark Wielaard
Hi David, On Fri, 2004-11-12 at 00:53, David Gilbert wrote: I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest CVS version of Classpath) and posted the results here for anyone that is interested: http://www.object-refinery.com/classpath/mauve-report/latest/ The above

Re: GNU Classpath 0.12, ..., 1.0

2004-11-11 Thread Mark Wielaard
Hi, On Thu, 2004-11-11 at 05:00, Grzegorz B. Prokopski wrote: Caused by: java.lang.NullPointerException at java.util.jar.JarFile.getInputStream (JarFile.java:458) at gnu.java.net.protocol.jar.Connection.getInputStream (Connection.java:163) at java.net.URL.openStream (URL.java:683)

Re: GNU Classpath 0.12, ..., 1.0

2004-11-11 Thread Mark Wielaard
Hi, On Thu, 2004-11-11 at 08:06, Grzegorz B. Prokopski wrote: But I noticed one regression. The Sun's SymbolTest you can get from http://www-uxsup.csx.cam.ac.uk/java/jdk-1.2.2/demo/applets/SymbolTest/SymbolTest.java used to work i.e. 6 months ago and even year ago. But now I only get

Re: ANNOUNCE: japitools 0.9.5 released

2004-11-11 Thread C. Brian Jones
On Thu, 2004-11-11 at 14:17, Stuart Ballard wrote: * A new bytecode reading implementation from Jeroen Frijters to replace Jode. This vastly reduces the amount of code because it only reads and understands the bits of metadata we actually need, where Jode was part of a larger system