n [mailto:[EMAIL PROTECTED]
> > Sent: Monday, October 24, 2005 4:31 PM
> > To: Ant Users List
> > Subject: Continuing past errors
> >
> >
> > Hi,
> >
> > I'm working on a script that I want to continue executing
> > even if an error is
&
Since you are already using ant-contrib, look at the try/catch tasks it
offers as well.
> -Original Message-
> From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 24, 2005 4:31 PM
> To: Ant Users List
> Subject: Continuing past errors
>
>
&
Hi,
I'm working on a script that I want to continue executing even if an error is
encountered. The script uses the "foreach" task from ant-contrib to execute the
same task repeatedly with different arguments. If one of the executions fails,
I want the script to keep going through the rest rather t