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=21308>. 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=21308 <zip> looses stored permissions when you update existing archive Summary: <zip> looses stored permissions when you update existing archive Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The following snippet <target name="zip"> <delete file="a.zip"/> <touch file="a"/> <zip zipfile="a.zip"> <zipfileset dir="." filemode="755" includes="a"/> </zip> <touch file="b"/> <zip zipfile="a.zip" update="true"> <fileset dir="." includes="b"/> </zip> </target> will create an archive in which a has not the filemode 755 - before updating the archive it has. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]