Take a look at the "-k" command line option: http://ant.apache.org/manual/running.html#options
On Jan 16, 2008 9:46 PM, weiji <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a way to cause Ant to not quit if a target fails? For instance, > several targets may execute, and if the first one fails we still have the > others continue. I know that many tasks have a failonerror attribute, but > we are looking at something that would apply to the entire target. > > Thanks, > KaJun > -- > View this message in context: > http://www.nabble.com/failonerror%3Dfalse-behavior-for-targets--tp14905933p14905933.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- David Weintraub [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
