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

Copy task with filtering broken GIF files

           Summary: Copy task with filtering broken GIF files
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


On copy, ant broken GIF files

<filter filtersfile="${src}/build/${paramsfilename}"/>
    <copy todir="${localdist}" filtering="true">
            <fileset dir="${src}">
                      <exclude name="build/"/>  
                      <exclude name="**/vssver.scc"/>
                      <exclude name="**/*.bak"/>
            </fileset>
</copy> 

Workarround:
First copy files(filtering on) without GIF extension ,then 
copy GIF files with option filtering off

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

Reply via email to