RE: [C2 patch] Jikes 1.14

2001-07-05 Thread Vadim Gritsenko
Hi Marcus, > > Hi Vadim, > > On Thu, 5 Jul 2001, Vadim Gritsenko wrote: > > > I think I found the problem: I overlooked that fact that when printing the error, >jikes sometimes > > inserts empty string. This should be fixed now. Please test - hope last time. &g

RE: [C2 patch] Jikes 1.14

2001-07-05 Thread Marcus Crafter
Hi Vadim, On Thu, 5 Jul 2001, Vadim Gritsenko wrote: > I think I found the problem: I overlooked that fact that when printing the error, >jikes sometimes > inserts empty string. This should be fixed now. Please test - hope last time. Looks good. I get the same output. >

RE: [C2 patch] Jikes 1.14

2001-07-05 Thread Vadim Gritsenko
Marcus, I think I found the problem: I overlooked that fact that when printing the error, jikes sometimes inserts empty string. This should be fixed now. Please test - hope last time. > I had explicitly set 'line' to null so the first readline would always > be exe

RE: [C2 patch] Jikes 1.14

2001-07-05 Thread Marcus Crafter
called once (delimited by newline). I've also added a test and loop to get all of the message in the attached patch. Could it be that jikes is behaving differently between our systems ? Sounds like it. I've also attached how my logfile, to compare agai

RE: [C2 patch] Jikes 1.14

2001-07-05 Thread Vadim Gritsenko
Done. Marcus, would you mind testing it one more time? Thanks, Vadim > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 04, 2001 8:08 > To: [EMAIL PROTECTED] > Subject: AW: [C2 patch] Jikes 1.14 > > > > Marcu

AW: [C2 patch] Jikes 1.14

2001-07-04 Thread Carsten Ziegeler
> Marcus Crafter wrote: > > Hi Vadim, > > On Mon, 2 Jul 2001, Vadim Gritsenko wrote: > > > I patched Jikes compiler, it works fine for me know. Please > test and get back > > if you need to modify something more. > > I've just tested th

RE: [C2 patch] Jikes 1.14

2001-07-04 Thread Marcus Crafter
Hi Vadim, On Mon, 2 Jul 2001, Vadim Gritsenko wrote: > I patched Jikes compiler, it works fine for me know. Please test and get back > if you need to modify something more. I've just tested the updated code. On my setup I'm receiving an exception at sitemap

RE: [C2 patch] Jikes 1.14

2001-07-02 Thread Vadim Gritsenko
Marcus, I patched Jikes compiler, it works fine for me know. Please test and get back if you need to modify something more. PS. the problem with your patch was (as I see it) that it would parse only first error, appending all other errors (if any) to the message of first error. Vadim

RE: [C2 patch] Jikes 1.14

2001-07-02 Thread Marcus Crafter
bian GNU/Linux i386 unstable) with Jikes 1.13 and 1.14 and everything works fine. What versions were people previously using ? Perhaps we should document which versions of Jikes we support ? > PS: Especially line > +if (line.length() == 0) { > becaus

RE: [C2 patch] Jikes 1.14

2001-06-30 Thread Vadim Gritsenko
> -Original Message- > From: Marcus Crafter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 9:43 > To: Cocoon Developers Mailing List > Subject: [C2 patch] Jikes 1.14 > > > Hi All, > > Hope all is well! > > I've just upgrad

RE: Jikes

2001-06-29 Thread Morrison, John
> -Original Message- > From: Marcus Crafter [mailto:[EMAIL PROTECTED]] > Sent: Friday, 29 June 2001 13:03 > To: '[EMAIL PROTECTED]' > Subject: Re: Jikes > > > Hi John, > > On Fri, 29 Jun 2001, Morrison, John wrote: > > >

Re: Jikes

2001-06-29 Thread Marcus Crafter
t; "Compiled programming languages must specify their preferred compiler as a > parameter in cocoon.xconf" I think this one - as the compiler option is in: in the cocoon.xconf. > Also, has anybody detailed notes for getting jikes t

Jikes

2001-06-29 Thread Morrison, John
a parameter in cocoon.xconf" Also, has anybody detailed notes for getting jikes to work instead of javac? Can I put the jikes exe within the webapp or does it _have_ to exist in the system path? Thanks, J. === Information i

[C2 patch] Jikes 1.14

2001-06-28 Thread Marcus Crafter
Hi All, Hope all is well! I've just upgraded Jikes on my Linux system to the latest release version 1.14. Attached is a patch with the changes I had to make to Jikes.java, to get compiler errors printed back into the logs correctly. C