Re: Bug report!!!

2001-09-17 Thread Bojan Smojver
"Edgar Sánchez" wrote: > > Hi every one, i was doing a javac compilation with > Ant, and the following message was showed. > > [javac] An exception has occurred in the compiler > (1.3.0). Please file a bug at the Java Developer > Connection (http://java.sun.com/cgi-b > in/bugreport.cgi).

AntShell

2001-09-17 Thread Bojan Smojver
tools.ant; + +import java.io.*; +import java.util.*; + +/** + * Command line utility for Ant. Removes the need to start JVM + * every time your run a new build in the same directory. + * + * The Shell accepts all arguments that Ant would normally accept, + * in most cases they are target names.

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Peter Donald wrote: > > The confusing part here is that when jikes complied for glibc-2.2 is > > used, standalone compilations are fine. But when called from Ant, it > > dumps the core. So, there must be something different in the way jikes > > is called from Ant then from the shell... And yet, t

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Peter Donald wrote: > > On Tue, 21 Aug 2001 07:30, Bojan Smojver wrote: > > Conor MacNeill wrote: > > > Can we see the debug line where Jikes is invoked please? It may give a > > > clue > > > > > > Conor > > > > Not sure what you me

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
ve tried the version from Rawhide, but that has the same problem. > > - Original Message - > From: "Bojan Smojver" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 20, 2001 9:28 PM > Subject: Re: Jikes dramas > > > Bojan Smo

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Bojan Smojver wrote: > > Stefan Bodewig wrote: > > > > Does it work without the in between? > > > > Stefan > > BTW, jikes dumps core when this happens... And compiles this file easy > when called from the shell. > > Bojan Now this is really weird

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Stefan Bodewig wrote: > > Does it work without the in between? > > Stefan Another BTW, Ant 1.5 alpha (CVS) does the same... Bojan

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Stefan Bodewig wrote: > > Does it work without the in between? > > Stefan BTW, jikes dumps core when this happens... And compiles this file easy when called from the shell. Bojan

Re: Jikes dramas

2001-08-20 Thread Bojan Smojver
Yeah, it seems to. What's with antcall? Bojan Stefan Bodewig wrote: > > Does it work without the in between? > > Stefan

Jikes dramas

2001-08-20 Thread Bojan Smojver
The environment is Ant 1.4Beta2, RedHat Linux 7.0, Sun JDK 1.3.1, jikes 1.14 installed from the RPM and is in the path. When I do this: in my build file, I'm getting this (ant -v): - [javac] Compiling 1 source file [javac] Using jike