Re: [kaffe] does kaffe support sun jsse officially?

2003-05-29 Thread Dalibor Topic
Hi Joon, --- Â÷ÁØÇõ [EMAIL PROTECTED] wrote: Hi there. I'm still trying to run jsse with kaffe. But it's not easy to me.-.-; When I run a sample program with debuging mode, the following error is printed.

[kaffe] Re: 'it is in the way' error

2003-05-29 Thread Steinar Bang
On Mon, 28 Apr 2003 16:56:26 +0900 (JST), Kiyo Inaba [EMAIL PROTECTED] said: I am not a CVS expert, but from last Friday (maybe), cvs.kaffe.org may miss some files. [snip!] And if you try to update that directory, some thing like

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Dalibor Topic
Hi Greg, --- Greg Wooledge [EMAIL PROTECTED] wrote: assertion blk-free != 0 failed: file mem/gc-mem.c, line 324 Does running with -vmdebug GCDIAG help to provoke it faster? cheers, dalibor topic __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with

Re: [kaffe] sysdepCallMethod() tests galore

2003-05-29 Thread Dalibor Topic
--- Gwenole Beauchesne [EMAIL PROTECTED] wrote: On Fri, 16 May 2003, Timothy Stack wrote: I'd like to add this to the test/internal directory, but I need to know what a correct run is supposed to look like. Can you send what the output is supposed to look like, or better, make the

[kaffe] Kaffe CVS: kaffe kaz

2003-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/05/28 11:15:46 Modified files: . : ChangeLog libraries/javalib: Makefile.in libraries/javalib/gnu/java/nio: SelectionKeyImpl.java

Re: [kaffe] Saxon does not work with the CVS version of kaffe

2003-05-29 Thread Ito Kazumitsu
: == Dalibor Topic [EMAIL PROTECTED] writes: : --- Ito Kazumitsu [EMAIL PROTECTED] wrote: Studying this case, I found some bugs in GNU Classpath's java/nio/CharBuffer.java and java/nio/Buffer.java GNU Classpath's java/nio and gnu/java/nio files have been fixed. So I have just merged

[kaffe] Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
Hi, I'm trying to compile the latest version of Kaffe from CVS. The build of the libraries fails with several errors, like: java/nio/LongBuffer.java:80: error:Cannot find class LongBufferImpl [JLS 8] It seems that some (new?) files are missing from the list in the Makefile for the libraries

[kaffe] Re: Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
Actually, it might not be that the classes are missing. It is that the compiler (kjc) finds errors in them (so they probably get ignored after that). Although I'm not sure, because there are both java.nio.*Impl and gnu.java.nio.*Impl. There might be two separate issues. Or could it be a kjc

[kaffe] Re: Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
The build also fails with jikes: Found 11 semantic errors compiling gnu/java/nio/CharBufferImpl.java: 55. this.backing_buffer = new char [cap]; ^^ *** Semantic Error: The field backing_buffer in type java.nio.CharBuffer has default access and is not accessible

[kaffe] Kaffe CVS: kaffe dalibor

2003-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/05/28 13:57:54 Modified files: . : ChangeLog developers : autogen.sh kaffe/scripts : Makefile.in kaffe/scripts/compat: Makefile.in libraries/javalib:

Re: [kaffe] Re: Makefile for java.nio

2003-05-29 Thread Dalibor Topic
Salut Daniel, --- Daniel Bonniot [EMAIL PROTECTED] wrote: The build also fails with jikes: Found 11 semantic errors compiling gnu/java/nio/CharBufferImpl.java: 55. this.backing_buffer = new char [cap]; ^^ *** Semantic Error: The field backing_buffer

Re: [kaffe] Testing for 1.1.0 release

2003-05-29 Thread Dalibor Topic
hi Stuart, --- Stuart Ballard [EMAIL PROTECTED] wrote: Stuart Ballard wrote: Dalibor Topic wrote: Okay, well, the test is attached. The purpose of the test is to verify that the implementations of all concrete methods in Abstract* are implemented the same way in terms of which

[kaffe] Kaffe CVS: kaffe kaz

2003-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: kaz 03/05/28 15:55:54 Modified files: . : ChangeLog libraries/javalib: Makefile.in Log message: 2003-05-28 Ito Kazumitsu [EMAIL PROTECTED] * libraries/javalib/Makefile.in: add new java/nio files

Re: [kaffe] Re: Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
I haven't tried it with jikes yet, but I've just checked in a fix that worked for me on kjc. Thanks, it works with jikes too. So I can now report that kaffe built correctly, and make check reports no error (only TestNative.java was SKIP'ed, is that normal?). Furthermore, it could by used to

Re: [kaffe] Makefile for java.nio

2003-05-29 Thread Ito Kazumitsu
- == Ito Kazumitsu [EMAIL PROTECTED] writes: : == Daniel Bonniot [EMAIL PROTECTED] writes: - : I'm trying to compile the latest version of Kaffe from CVS. - : The build of the libraries fails with several errors, like: - : java/nio/LongBuffer.java:80: error:Cannot find class LongBufferImpl - :

Re: [kaffe] Makefile for java.nio

2003-05-29 Thread Daniel Bonniot
I am verry sorry. I forgot to add new files to libraries/javalib/Makefile.in when I copied some files from GNU Classpath. Please get the newest version of Kaffe from CVS and try again. Thanks a lot. Surprisingly, it seemed to work even without that (it was the old files in gnu.java.nio that

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: assertion blk-free != 0 failed: file mem/gc-mem.c, line 324 Does running with -vmdebug GCDIAG help to provoke it faster? I had to rebuild with --enable-debug $ time java -vmdebug GCDIAG freenet.node.Main assertion

RE: [kaffe] does kaffe support sun jsse officially?

2003-05-29 Thread
Hi Dalibor Topic. Thnk you for your detailed reply. :) I'm happy to read your helpful information. I'll check out what you mentioned. Have a nice day. Joon Hyuk Cha. -Original Message- From: Dalibor Topic [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:52 PM $)CTo:

Release freeze tomorrow? (Was: Re: [kaffe] Re: Makefile for java.nio)

2003-05-29 Thread Dalibor Topic
Salut Daniel, --- Daniel Bonniot [EMAIL PROTECTED] wrote: I haven't tried it with jikes yet, but I've just checked in a fix that worked for me on kjc. Thanks, it works with jikes too. So I can now report that kaffe built correctly, and make check reports no error (only

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Helmer Krämer
On Tue, 27 May 2003 18:50:40 -0400 Greg Wooledge [EMAIL PROTECTED] wrote: 26-May-03 7:21:43 PM (freenet.interfaces.LocalInterface, Interface # tcp/, ERROR): Unhandled throw accepting connections: Interface # tcp/ java.lang.NullPointerException at

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Kevin D. Kissell
From the traces you've sent in this thread, I would assume that this assertion failure only occurrs when you get a NullPointerException, is that correct? The past two times, that seemed to be the case. However, it's different today, as shown below. There are actually two

[kaffe] Kaffe CVS: kaffe dalibor

2003-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/05/29 04:41:57 Modified files: . : ChangeLog libraries/javalib: Makefile.in Log message: 2003-05-29 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/Makefile.in: regenerated.

Re: [kaffe] build failure if old version present, ServletContext.setAttribute

2003-05-29 Thread Helmer Krämer
On Thu, 29 May 2003 13:42:07 +0200 Kevin D. Kissell [EMAIL PROTECTED] wrote: From the traces you've sent in this thread, I would assume that this assertion failure only occurrs when you get a NullPointerException, is that correct? The past two times, that seemed to be the case.