Re: Calling another build without failing on error

2004-10-15 Thread Matt Benson
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

Calling another build without failing on error

2004-10-15 Thread Kris Read
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