Hello,
Ant-Contrib[1] has task:
In this way "mail" target will always be executed.
However, this is not very "Ant-ish". What is the aim
of "mail" target. Does it sends the results of the
build process? If so, you can use MailLogger[2]
instead your "mail" target. See
AntContrib
Jan
>-Ursprüngliche Nachricht-
>Von: Andrei [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 23. November 2005 10:41
>An: Ant Users List
>Betreff: ant task fails
>
>I have the following ant target:
>
>
>
>
>
>
>
>
I have the following ant target:
if the test-xejb task fails the echo message and mail target are never
runned. How can i make to always run all task following a failing task?
Kind regards,
Andrei
-