Thank you for your help, Rob.
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 26, 2005 7:34 PM
To: Ant Users List
Subject: RE: multiple compilations
Setting a property if any compilation fails would work. Try using the
ant-conrti
>
>
>
>
>
>
>
>
>
>
That's kind of ugly, although necessary right now.
does have failonerror, but misses failureproperty, so you have
to resort to Ant-Contrib's .
failonrerror/failureproperty is yet another feature implemented at the
task level instead
.
-Rob A
> -Original Message-
> From: Steve McIntosh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 26, 2005 12:12 PM
> To: user@ant.apache.org
> Subject: multiple compilations
>
>
> Hi.
>
> I've been searching around the documentation and this
Hi.
I've been searching around the documentation and this list to try to find
the answer to this question, but I've so far been unsuccessful.
I have a build file that does several separate compilations. What I'd
like to do is use the MailLogger to send notification of the results of
the build: