DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23581>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23581

Target Attributes

           Summary: Target Attributes
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


A new Target attribute similar to failonerror.

I have integrated Ant into many projects and a common problem seems to keep 
popping up.  The general description is that I have a specific target that 
needs to be executed during the build process but is not critical in the 
success of the build.  The target could be composed of one task or many.  Some 
of those tasks may have a failonerror attribute that could be set to false, but 
not all of them.  As a result, if any task fails in this target the build 
process fails and halts.

Non-critical targets should not be part of the build process.  But management 
always requests some thing that needs to be automated, and included into the 
build process.

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

Reply via email to