----- Original Message ----- From: "Panwar, Vinay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 7:59 PM Subject: mail issue
> What is happening is that the mail is getting sent out only when the build > is successful, ie, there are no javac errors. But if the build fails then no > mail is sent out. But in both the cases, the build.txt file is generated, > with the correct output. What am i doing wrong. Please let me know. Nothing. If javac fails execution stops immediately. No way to send an email in this case form within your build.xml. A solution might be http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer /action/SetAll/project_id/2/faq_id/16/topic_id/196/question_id/741 Nico