Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] 2.1 Milestone Build and Test Pass

Dean,

Changes from the last test build (from a build perspective) are:

2) Try to fix permissions. Seems that maybe ant copy does not preserve file permissions. We now set permissions after the files are copied to their final local rather than before.

Ant copy does not preserve file permissions. From the online doc:

"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-preserving copy function, use <exec executable="cp" ... > instead."

--andre


Back to the top