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

http://issues.apache.org/bugzilla/show_bug.cgi?id=32300

           Summary: Allow multiple targets for <ant> task
           Product: Ant
           Version: 1.6.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Please change the <ant> task to allow multiple targets to be specified in a 
single property, whitespace-separated. 
 
Currently only one target can be specified in the 'target' attribute. 
 
Suggested implementation alternatives: 
1) allow multiple targets in current 'target' attribute; 
2) add new property 'targets'; 
 
I suggest the first approach is taken, since spaces are not allowed in a 
target name anyway, I guess. 
 
I will append an example to explain what approach I'm taking. I have a shell 
script that calls a first Ant build file, which generates a second Ant build 
file and then passes control to that build file, with the arguments passed to 
the shell script :-) 
 
If you need me to explain this in more detail, let me know.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to