http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2146
*** shadow/2146 Wed Jun 13 01:40:49 2001 --- shadow/2146.tmp.14838 Wed Jun 13 07:47:56 2001 *************** *** 2,9 **** | tar command does not keep the file access right | +----------------------------------------------------------------------------+ | Bug #: 2146 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: All | | Severity: Major OS/Version: Other | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | tar command does not keep the file access right | +----------------------------------------------------------------------------+ | Bug #: 2146 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: INVALID Platform: All | | Severity: Major OS/Version: Other | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 18,20 **** --- 18,28 ---- the "mode" subcommand does not work properly. The default action for <tar> should keep the directory and file access right. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-13 07:47 ------- + It is not possible for Java, through the APIs provided to access file + permissions. Therefore Ant has no way to discover the file permissions when it + is constructing the tar file. + + The <mode> nested element is provided to allow this information to be provided + by the build file author. How does mode not work properly? \ No newline at end of file
