You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/04 00:52:17 UTC

DO NOT REPLY [Bug 5255] New: - File permissions are not preserved by the 'Copy' task

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

File permissions are not preserved by the 'Copy' task

           Summary: File permissions are not preserved by the 'Copy' task
           Product: Ant
           Version: 1.5 alpha (nightly)
          Platform: Alpha
        OS/Version: AIX
            Status: UNCONFIRMED
          Severity: Critical
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: vblant@bsi.gov.mb.ca


The 'copy' task removes executable permissions from all files it processes.
i.e What was:
-rwxr-xr-x   1 build    build     104236 Dec 03 16:20 tlpoke
becomes:
-rw-r--r--   1 build    build     104236 Dec 03 17:40 tlpoke

This makes the build tool unusable for me, since I have over a 100 executable 
files with different extensions and under different directories.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>