Re: AW: How to run an ant target on success/failed build

2008-07-23 Thread p2008
Interesting, I didn't know you could do that. However I want to add some custom messages and maybe some extra logic - not just mailing the logs. I think Cruise Control is a good solution to manage the email notifications. I am going to be using it anyways for automated builds. Knuplesch, Ju

AW: How to run an ant target on success/failed build

2008-07-22 Thread Knuplesch, Juergen
You can do this by configuring the maillogger in your startscript: ant build_ant.xml -logger org.apache.tools.ant.listener.MailLogger Then you have to set the following properties MailLogger.mailhost= MailLogger.from= MailLogger.failure.subject=failed MailLogger.success.subject=successfull [EMAI