Is there an easy way to tell ant to execute the second part of a task even if the first part failed? I'd like to send out an email especially when the build goes wrong.
Thanks in advance, Achim ======================================= <target name="myproject"> <ant antfile="myproject.xml" output="myproject.log"> <property name="pvcslabel" value="${pvcslabel}"/> </ant> <mail from="fbdaemon" tolist="developer" files="${fb.log.dir}/build.epr.log" subject="Result of EPR Build" mailhost="smtphost"/> </target> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>