Jeffrey E Care wrote:
If you need to preserve existing permissions then it's probably easiest to
use to run the native zip/tar on your platform.
If you only need to set permissions on certain files then you can use a
nested to manually set permissions on those files in the
archive.
Given
If you need to preserve existing permissions then it's probably easiest to
use to run the native zip/tar on your platform.
If you only need to set permissions on certain files then you can use a
nested to manually set permissions on those files in the
archive.
Given that Java does not (curre
Thx. jacques
>At the top of the zip task definition, it says this:
>
>"Note that file permissions will not be stored in the resulting
>zipfile."
>
>If you need to store permissions, try tar or exec to use "zip".
>
>
>On Aug 9, 2005, at 9:40 AM, [EMAIL PROTECTED] wrote:
>
>> Hello all,
>>
>> I ne
At the top of the zip task definition, it says this:
"Note that file permissions will not be stored in the resulting
zipfile."
If you need to store permissions, try tar or exec to use "zip".
On Aug 9, 2005, at 9:40 AM, [EMAIL PROTECTED] wrote:
Hello all,
I need to zip a the contents of a
Hello all,
I need to zip a the contents of a folder on Mac OSX (10.[3|4]) Unfortunatly
permissions are broken (executables are no longer executable) after I unpack my
zipped components and empty directories are gone. This breaks my deliverables.
If I call zip on the command line I have no such