If you want this behavior globally, you can use the -keep-going option (
http://ant.apache.org/manual/running.html). Beware of dependencies though;
continuing on error is rarely a good idea.

-Andrew


On 7/24/06, John Davis <[EMAIL PROTECTED]> wrote:

Hello

I have a setup where the top-level build.xml calls build.xml files in
subdirectories via the ant task.  I would like the top-level build.xml
file to continue calling other build.xml files in the subdirectories
in case one directory fails to build.

Is this possible?

--
John F. Davis "JD"
http://www.skink.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to