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/05/08 22:01:31 UTC

DO NOT REPLY [Bug 19777] New: - nested fileset's for ant task

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

nested fileset's for ant task

           Summary: nested fileset's for ant task
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: brill@jmonkey.com
                CC: brill@jmonkey.com


the <ant/> task should allow nested fileset's.

<ant inheritAll="true" target="update">
    <fileset dir="${depends.dir}" casesensitive="no">
        <include name="**/*-build.xml"/>
        <exclude name="**/*.temp"/>
    </fileset>
</ant>