KJC status (Was: Re: running Java applications within kaffe (Re:[kaffe] shutdownHook changes broke the build))

2003-07-15 Thread Dalibor Topic
Rob Gonzalez wrote: I sent an email about a week ago to the KJC listserve about how their compiler fails to pass even static verification and have not received a respone. Is that project dead or dormant? I also haven't received a single email from their developers list at all... KJC seems to be

[kaffe] Re: running Java applications within kaffe (Re: [kaffe]shutdownHook changes broke the build)

2003-07-14 Thread Jim Pick
On Mon, 2003-07-14 at 03:34, Dalibor Topic wrote: Salut Guilhem, Guilhem Lavaux wrote: I'll check in a patch that delegates running of kjc pizza to another VM instance through Runtime.exec, since that seems to be the sane thing to do ;) cheers, dalibor topic Hi dalibor

Re: [kaffe] shutdownHook changes broke the build

2003-07-09 Thread Guilhem Lavaux
Hi, I have reversed one or two things concerning kaffe.lang.Application to bring it back in CVS and added its functionality in java.lang.Runtime.exit. This must be considered as a temporary patch to make kaffe works as I do not think that kaffe.lang.Application creates an inner application

running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Dalibor Topic
hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and Compiler_pizza classes to return false only when an

[Fwd: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)]

2003-07-09 Thread Guilhem Lavaux
Sorry, I used another e-mail address. I resubmit it. ---BeginMessage--- Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method

Re: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Guilhem Lavaux
Dalibor Topic wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. It now builds fine for me, but the shutdown hook test still fails. My patch changed the compile method of kaffe/tools/compiler/Compiler_kjc and Compiler_pizza classes to

Re: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Timothy Stack
hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. Cool, thanks. It now builds fine for me, but the shutdown hook test still fails. From a cursory examination it looks like some bad code is generated somewhere. The 'dummy' variable has a

Re: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Timothy Stack
From a cursory examination it looks like some bad code is generated somewhere. The 'dummy' variable has a different value after the first call to addShutdownHook() :( FYI, I'm pretty sure its kjc's fault tim ___ kaffe mailing list [EMAIL

Re: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Timothy Stack
From a cursory examination it looks like some bad code is generated somewhere. The 'dummy' variable has a different value after the first call to addShutdownHook() :( FYI, I'm pretty sure its kjc's fault Note to Rob: The verifier isn't picking up on the error like the jdk:

Re: running Java applications within kaffe (Re: [kaffe] shutdownHook changes broke the build)

2003-07-09 Thread Guilhem Lavaux
On Wednesday 09 July 2003 17:25, Timothy Stack wrote: hi Guilhem, I've just checked in a patch that fixed the remaining compilation problems for me. Cool, thanks. It now builds fine for me, but the shutdown hook test still fails. From a cursory examination it looks like some bad

[kaffe] shutdownHook changes broke the build

2003-07-08 Thread Dalibor Topic
Hi all, I'm working on a fix for the broken build due to shutdownHook changes. Some files don't compile since they still have references to kaffe.lang.Application. They need to be rewritten. Also the profile and bootstrao information needs to be updated and tested. I'll check in a patch tomorrow.