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 2004/12/10 14:06:08 UTC

DO NOT REPLY [Bug 32632] New: - pattern / nested patternset in filterset

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32632>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32632

           Summary: pattern / nested patternset in filterset
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: hengels@mercatis.de


filters / filterchains / filterreaders should all allow for patterns and nested
patternsets.

<copy todir="${deploy.dir}">
  <fileset refid="webapp"/>
  <filterset>
    <filter token="DATE" value="${TODAY}"/>
    <patternset id="sources">
      <include name="**/*.xml"/>
    </patternset>
  </filterset>
</copy>

This should apply the filters of the filterset only to files of the fileset
matching the patterns of the patternset.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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