Depending on what you are doing I would suggest using
which has a failonerror attribute, or
wrapping your invocation in an ant-contrib
...
HTH,
Matt
--- Kris Read <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I have not been able to come up with a solution to
> this problem.
> Perhaps someone can hel
Hi!
I have not been able to come up with a solution to this problem.
Perhaps someone can help?
I want to call an ant target in an external build file. I can do this
now using
However...
If the external target fails, I do not want the calling target to fail
also. I would like to store the pa