Re: Systen.exit() valuesin javac target

2003-08-22 Thread Matthias Lübken
Sorry I meant the target. However I still can't find the resultproperty in the java task. And no documentation on results either ( e.g. on http://ant.apache.org/manual/CoreTasks/java.html) Matt [EMAIL PROTECTED] wrote: You should use instead of for running java apps :-) Jan -Origina

RE: Systen.exit() valuesin javac target

2003-08-22 Thread Jan . Materne
You should use instead of for running java apps :-) Jan > -Original Message- > From: Matthias Lübken [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 11:34 AM > To: Ant Users List > Subject: Systen.exit() valuesin javac target > > > Hi > > I want my ant script to display d

RE: Generating build.xml

2003-08-22 Thread Manju Sarala Viswam
Hi , Use Ant API.You can write a java class which extends Ant task and set install.xml as ur ant file to execute.Predefine your install.xml and in places where you need user-inputs ,assign parameters(${parameter}).The parameters you get as user input can be set as properties of the proje

Systen.exit() valuesin javac target

2003-08-22 Thread Matthias Lübken
Hi I want my ant script to display different messages according to the exit code (e.g. System.exit(12)) I saw something in execute but nothing in javac. Is there a way ? thanks matt - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: BUG 18664 - JavaCC ANT task for Javacc 3.1 (Still Fails!)

2003-08-22 Thread Antoine Levy-Lambert
Hi Nathan, in ant 1.5.4 the only bug fixes which went in had to do with javah and with Visual Age for Java. so you have to use the ant1.6alpha until we release 1.6. Cheers, Antoine - Original Message - From: "Nathan Potter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc

Re: Problem with Javac??? on XP??

2003-08-22 Thread Stefan Bodewig
On Tue, 19 Aug 2003, Michael Brown <[EMAIL PROTECTED]> wrote: > Error running javac.exe compiler Is it in your PATH? > The last line in the single quotes is the line that shows up and, I > believe, creates the failure. This line: > > '@C:\\files-1010085613' > > That line does not show up when

Generating build.xml

2003-08-22 Thread Keith Hatton
Hi all, Is there any way to generate the build.xml file for a corresponding Project object (other than by hand)? The specific thing I am trying to do is to use Ant as an installer. The idea is, as I collect user responses, I can build the Project and its Targets on the fly. And as I go, I can

RE: perl task?

2003-08-22 Thread Keith Hatton
Doesn't

RE: wrap description lines

2003-08-22 Thread Jan . Materne
I think you can´t. But for a beauty output - why not writing a help-target? Your complete help text Jan > -Original Message- > From: David [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 10:24 AM > To: Ant Apache User List > Subject: wrap description lines > > > Dear Me

Re: Javac fails w. debuginfo

2003-08-22 Thread Stefan Bodewig
On Mon, 18 Aug 2003, Matthias P. <[EMAIL PROTECTED]> wrote: > [javac] javac: invalid flag: -g:lines,var,source > [javac] -g:{lines,vars,source} Generate only some debugging info > should be vars, not var. Stefan - To unsub