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=3861>. 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=3861 Copy task strips execute permissions on unix ------- Additional Comments From [EMAIL PROTECTED] 2001-09-27 20:43 ------- See: http://jakarta.apache.org/ant/manual/CoreTasks/zip.html "Note that file permissions will not be stored in the resulting zipfile." Java does not provide an API to determine the platform specific file- permissions. The Copy task has no way of knowing if the original file was executable, and thus no way to preserve the execute bits. Note that in 1.4 Zip does (IIRC) keep execute permissions on directories.
