Sorry I meant the <java> 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 <java> instead of <javac> for running java apps :-)
<java resultproperty=""/>


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 execute but nothing in javac.
Is there a way ?


thanks
matt


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]









--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to