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

zip/zipfileset just ignore files with Umlauts

           Summary: zip/zipfileset just ignore files with Umlauts
           Product: Ant
           Version: 1.6.1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have the following target:

    <target name="docs" depends="init" description="data files">
        <zip destfile="${backup}/docs.zip">
            <zipfileset dir="/data/documents/Finanzen" prefix="docs">
                <include name="Buchführung.swc"/>
                <include name="Ausgaben_2004.sxc"/>
            </zipfileset>
        </zip>    
    </target>

but the resulting zip file just contains "Ausgaben_2004.sxc" and not the file 
with the umlaut "ü" (Buchführung.swc). if i rename the file, it works, but i 
can't rename all my file names that have umlauts ... :-(

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

Reply via email to