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/01/29 00:21:37 UTC

DO NOT REPLY [Bug 26504] New: - Default Excludes cannot be turned off in Zip 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=26504>.
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=26504

Default Excludes cannot be turned off in Zip task

           Summary: Default Excludes cannot be turned off in Zip task
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: cond1pet@police.nsw.gov.au


the following code produces about 100 less files than anticipated.

<target name='zip'>
    <tstamp/>
    <zip includes="**/*" destfile="c:\vsswork/backup/${DSTAMP} ${TSTAMP} 
intrak.zip" basedir="c:\vsswork/intrak" defaultexcludes="no" excludes=""/>
</target>

all the missing files match the default exclude list, but it's turned off.

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