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
------- Additional Comments From jan@materne.de 2004-11-19 14:22 -------
Where is the problem? Thatīs only another delimiter.
a) live with the comma as delimiter
b) provide a delimiter attribute like the <for*> tasks from AntContrib
<ant target="one,two"/>
<ant target="one two" delimiter=" "/>
<ant>
<target name="one"/>
<target name="two"/>
</ant>
--
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|