To take a different approach: have you considered using a continuous
integration server?  This is exactly the sort of thing they're good at, and
then your ant setup could just worry about building.

I've used TeamCity and have heard good things about Jenkins (
http://jenkins-ci.org/), but probably any of them could handle sending
email, since that's one of the main features people want in such a system.

Laura

On Fri, Aug 5, 2011 at 5:02 AM, vino_hymi <vinoh...@gmail.com> wrote:

> Hi,
>
> I have ant project where there is set of targets. After successful
> completion of all targets I call mail target at the end to send a mail with
> attached logs with message build successful.
>
> Now, my challenge is if one of the target fails then build exits so it will
> not proceed to mail target which is the last one to perform on completion
> of
> all. How can I use mail target to send mail on any target failure?
>
> Any hints?
>
> -Vinodh Kumar
>
> --
> View this message in context:
> http://ant.1045680.n5.nabble.com/Mail-task-on-Target-failure-tp4669046p4669046.html
> Sent from the Ant - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>
>

Reply via email to