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

Ant task - allow multiple targets

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2004-06-24 19:24 -------
I agree with Jose Alberto that the behavior of these tasks with multiple 
targets should be to pretend these are dependencies of a single target, the 
main reason for this being that if you want to run multiple targets 
independently you can already do that with multiple task invocations.

The main issue surrounding this seems to be how to specify the targets list, 
due to the possibility of breaking builds which include targets whose names 
contain commas, etc.  Isn't the XML paradigm 1=attribute n=element?  I propose 
to add <target name="..."> elements to <ant> and <antcall>, and with some other 
changes to open up some doors to the dependency graph in Project, satisfy this 
request.  I'm too lazy to attach patches to this bugrep, but I have finished 
coding this and it works without being too ugly.  I am going to go ahead and 
commit these changes to CVS HEAD.

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

Reply via email to