Instaed of calling you could call a target e.g.: .
Shawn Castrianni wrote:
>
> Is there a way to end a build prematurely, successfully? I can use
> , but then the return value of ant is a failure and it prints out
> BUILD FAILED, which will make the user think something bad happened. That
>
Is there a way to end a build prematurely, successfully? I can use , but
then the return value of ant is a failure and it prints out BUILD FAILED, which
will make the user think something bad happened. That was not the case. I
want to stop a build in certain circumstances and have it be norma
Sometimes I wrestle with ANT target depends. Sometimes I like that any
dependent target runs even if the current target will not because of an
if/unless condition. Sometimes, I don't. I think the if/unless functionality
on a target should be increased:
1. Allow full boolean expressions to be