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

Gunzip & BUnZip2 add filesets, patternsets, and overwrite attribute.

           Summary: Gunzip & BUnZip2 add filesets, patternsets, and
                    overwrite attribute.
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Enhance the gunzip task and the BUnzip2 task to support filesets, patternsets, 
and the overwrite attribute.

Ideally the additional features would be consistent with the Unzip task. With 
the same attributes and elements with the same rules applied across UnZip, 
GunZip and BUnZip2. 

Possibly all three tasks could be merged into one task with an attribute for 
which type of unzip to apply, to otherwise default according to the file 
extension.


An example would be:

<gunzip dest="${tools.home}" overwrite="true">
    <patternset>
        <include name="**/*.java"/>
        <exclude name="**/Test*.java"/>
    </patternset>
    <fileset dir=".">
        <include name="**/*.gz"/>
        <exclude name="**/tmp*.gz"/>
    </fileset>
</unzip>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to