Re: [PATCH] Deflater.java (for Ant)

2001-05-14 Thread Patrick Tullmann
> I have been trying that Jakarta Ant work with Kaffe. Then, I found a > problem at java/util/zip/Deflater.java. Exception is thrown when > setLevel() is called with default compress level > (Deflater.DEFAULT_COMPRESSION = -1), but SUN's Deflater.java works > fine then. Thanks for tracking dow

Re: cvs Klasses.jar not up to date

2001-05-14 Thread Patrick Tullmann
> It seems that the javac wrongly parsed source files (such as > HelloWorldApp.java). Below is the output of "gmake check", (only > first 12 files' output shown) Do you know what 'javac' you're running? The regression test suite will use jikes, I belive, if it can find it. The best way to figu

RE: cvs Klasses.jar not up to date

2001-05-14 Thread Yong Chen
Hi Patrick, I did a fresh checkout from CVS (everything, not only Klasses.jar), and re-configured/re-built Kaffe, everything was fine until when I did "gmake check", almost all files failed. It seems that the javac wrongly parsed source files (such as HelloWorldApp.java). Below is the output o

[PATCH] Deflater.java (for Ant)

2001-05-14 Thread Takashi Okamoto
Hi, Kaffe! I have been trying that Jakarta Ant work with Kaffe. Then, I found a problem at java/util/zip/Deflater.java. Exception is thrown when setLevel() is called with default compress level (Deflater.DEFAULT_COMPRESSION = -1), but SUN's Deflater.java works fine then. It prevents Ant from

Re: cvs Klasses.jar not up to date

2001-05-14 Thread Patrick Tullmann
> I checked out the latest kaffe from CVS, found out that Klasses.jar is not > up to date. I have checked in a freshly re-built one. Let me know if you have any problems with it. -Pat - - --- --- -- -- - - - Pat Tullmann

cvs Klasses.jar not up to date

2001-05-14 Thread Yong Chen
Hi, I checked out the latest kaffe from CVS, found out that Klasses.jar is not up to date. The kaffe/io/ObjectStreamClassImpl.java now declares hasWriteObject as a Java method, and a new method hasWriteObject0 as native method, but Klasses.jar still looks for native method hasWriteObject. Can