Re: Systen.exit() valuesin javac target

2003-08-22 Thread Matthias Lübken
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 different messages according to the exit code (e.g. System.exit(12)) I saw something in ex

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

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