You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/07/17 13:30:44 UTC

DO NOT REPLY [Bug 21681] - Allow apply to use all files in set

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

Allow apply to use all files in set





------- Additional Comments From jan@materne.de  2003-07-17 11:30 -------
You can store the list of files in a property.

<fileset id="fs" ... />
<pathconvert property="files" refid="fs" dirsep=" "/>
<apply ...>
    <arg line="${files}"/>
    <fileset refid="fs"/>
</apply>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org