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=23450>.
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=23450

add a standard ant.target property

           Summary: add a standard ant.target property
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I propose adding a standard property ant.target which contains a space delimited
list of the build targets provided on the command line.  A related enhancement
would be to the target property of the <ant> task so that it would support the
use of this property, rather than being limited to the single target name it
currently supports.

This enhancement would be especially useful for writing master build files which
call on subordinate builds.  Without this property, the target of <ant> tasks
must be hardcoded in every top-level target in the master build that depends on
the subordinate builds.

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

Reply via email to