Ant usually fails on a failed task. There are certain tasks where this
rule could be overturned "those with a "failson" parameter, but most
of the time, if something fails, you really want to stop the build
process.
However, there is a special task in the AntContrib directory that I've
used before
> -Ursprüngliche Nachricht-
> Von: Carlos Ortiz [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 13. Mai 2008 08:06
> An: user@ant.apache.org
> Betreff: On error Redo some TasK
>
> Hi,Here is my question, how do i redo or execute some task's
> when another
> fail
>
Hi,Here is my question, how do i redo or execute some task's when another
fail
for example , if targetA fail go to onErrorTargetATarget...
been the main mainTarget
thks in advance