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

support nested element 'fileset' for java task





------- Additional Comments From [EMAIL PROTECTED]  2003-04-10 12:52 -------
You can give the list as argument to your program. A little test with

<fileset id="fs" dir="." includes="**/*.zip"/>
<property name="fsValue" refid="fs"/>
<echo>${fsValue}</echo>

gave me all the zipīs as (;-separated) String. With <pathconvert> you can vary 
the format.

Reply via email to