Re: zip- task on osx breaks permissions

2005-08-11 Thread Steve Loughran
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

Re: zip- task on osx breaks permissions

2005-08-09 Thread Jeffrey E Care
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

AW: Re: zip- task on osx breaks permissions

2005-08-09 Thread lists
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

Re: zip- task on osx breaks permissions

2005-08-09 Thread EJ Ciramella
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

zip- task on osx breaks permissions

2005-08-09 Thread lists
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