Bug 29236

Summary: Ant options on ant task
Product: Ant Reporter: Charles Hasegawa <curvewrecker>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement    
Priority: P3    
Version: 1.6.1   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Charles Hasegawa 2004-05-26 20:01:48 UTC
The core task <ant> which is used to call targets in another ant build file 
should allow for many of the options that can be used from the command line.

For example, there is an output attribute, but if you want to use the XML 
logger to output to an XML file, there isn't a way to indicate this.
Comment 1 Laurent Vaucher 2007-03-14 07:11:47 UTC
My personal favorite is -k (keep going).

At least a "failonerror" attribute would be nice.

I was forced to emulate the -k flag with several <subant failonerror="false">