<try>
<javac .../>
<catch>
<mail .../>
<fail message="javac failed"/>
</catch>
</try>
Documentation for this task is at http://antelope.sourceforge.net/manual.
Euan Guttridge wrote:
Is there a way to send an email *if* a [javac] compile fails?
One way I can think of is to set the failonerror="false" property and then
use an "if" clause on the next task - but I can't work out how to set the
property in the javac task *if* it fails...
Thanks
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
