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=34764>. 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=34764 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2005-07-08 16:20 ------- jar files generated by the JDK's jar tool in general have broken permissions when extracted by InfoZIP's unzip (the directories are not executable). This was the main reason that made us implement our own Zip*Stream and ZipEntry classes - adding support for filemode and dirmode. Steve, the permissions are stored inside the external attributes of the zip entry, you can access them via Ant's ZipEntry class. OK, how do you create the jar file on Windows? How do the permissions look like if you run unzip on the jar created in the first step? Your <zipfileset> probably has neither a filemode nor a dirmode attribute, in which case it later on you don't get the default permissions (0744 and 0755 respectively) but whatever the external attributes in the first jar said. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]