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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]