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=6492>. 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=6492 Create Zip files that store permissions (zipfileset) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2002-03-05 09:54 ------- But look at the documentation for org.apache.tools.zip.ZipEntry, which is what Ant uses. 8-) Inside Zip.java there is code that looks like this // this is 040775 | MS-DOS directory flag in reverse byte order ze.setExternalAttributes(0x41FD0010L); i.e. Ant stores the Unix permissions for directories (it ensures that the execute bit has been set) already inside the external attributes. The mechanism may not be standardized as such, but Ant uses the same way to store Unix permissions that InfoZip uses, which in turn is the base for all Unix zip/unzip implementations I am aware of (and for OpenVMS and WinZip as well). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
