RE: Preserving file permissions with task

2009-01-08 Thread Loic Decloedt
: Preserving file permissions with task Loic, check out this: (from the copy task) Unix Note: File permissions are not retained when files are copied; they end up with the default UMASK permissions instead. This is caused by the lack of any means to query or set file permissions in the current Java

Re: Preserving file permissions with task

2009-01-08 Thread reno . rkcrew
Loic, check out this: (from the copy task) Unix Note: File permissions are not retained when files are copied; they end up with the default UMASK permissions instead. This is caused by the lack of any means to query or set file permissions in the current Java runtimes. If you need a permission-pr