Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Fix Version/s: 1.0-rc-1
Description
Copy's fileMode settings has no effect.
Example:
task test << {
copy {
from 'foo.txt'
into 'newDir'
fileMode = 0444
}
}
No matter which value is used (as long as it is an integer), the copied file has always the default mode.