--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org
You could fail but set the exit code to 0. It will still print fail,
though that is actually the job of the logger. There's no reason why a
custom logger cant skip that fail message if the exit code is 0, or even
print out whatever the exception message text is that <fail> raises.
- Abort build with successful status Shawn Castrianni
- Re: Abort build with successful status Michael Alsen
- Re: Abort build with successful status Steve Loughran
- AW: Abort build with successful status Knuplesch, Juergen
- Re: Abort build with successful status David Weintraub
- Re: Abort build with successful status Matt Benson
- Re: Abort build with successful status Matt Benson
- RE: Abort build with successful status Shawn Castrianni