: 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
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
Hello,
Does anybody whether it is possible to use the task while preserving the
same permissions as the input files? My tests show that all created files all
have the same file rights, whatever the rights of the source files. At least, I
would like to preserve the 'x' attribute of some specific