Hello all, I currently use failonerror to allow builds to continue even if there are compilation errors.  My question is: what is the best way to know during the build if there are compile errors.  For example, after the compile task completes I want to send an email of there were errors.  Does ant set any property that I can use to get this information?
thanks for any help.

Reply via email to