Hi Oliver,
Have a look at this :
http://ant.apache.org/manual/CoreTasks/recorder.html
You can then using the loadfile task load what you have recorded into a
property.
Let us know if it works.
Antoine
----- Original Message -----
From: "Oliver Dohmen" <odo@luusa.org>
To: <user@ant.apache.org>
Sent: Saturday, June 28, 2003 11:40 PM
Subject: Javac Build Result as a Property value
>
> Hi,
>
> is it possible to have the javac task with failonerror set
> to false put the result of the build into a property ?
>
> With this i could decide what to do if a build of one project
> fails.
>
> I`ve tried to patch the sources but the property
> is only visible inside the javac task and not outside.
>
> Can someone help me ?
>
> thnx odo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|