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 Summary: support nested element 'fileset' for java task Product: Ant Version: 1.5.2 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The java task should support the fileset nested element like the copy task, eg. I know I can use the apply task instead, but then I must reinvent the wheel for all the nice features of the java task including maxmemory, sysproperty, and so on. Example use: running an xml validator with one schema and several input files specified in a fileset.