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/27 16:13:50 UTC

DO NOT REPLY [Bug 20262] New: - RFE: allow not arround patternsets

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

RFE: allow not arround patternsets

           Summary: RFE: allow not arround patternsets
           Product: Ant
           Version: 1.5.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: nicolas.mailhot@laposte.net


When you copy from a source dir using a patternset and filterset, you usually
need to do something with the un-filtered files, and having to define a mirror
patternset to select them is just plain stupid.

(Well one can work around this but the not is a natural thing to do - just an
extension of ant's current fileset logic)