Re: On error Redo some TasK

2008-05-13 Thread David Weintraub
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

AW: On error Redo some TasK

2008-05-12 Thread Jan.Materne
> -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 >

On error Redo some TasK

2008-05-12 Thread Carlos Ortiz
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