We just added an unzip task to our build script and are having permissions
problems with the unzipped files.  Our Build user has read/write/modify
rights to the folder containing the source zip files and we confirmed the
source zip files inherit the permissions properly.  However, when we use
unzip task to extract the files (to the same folder as the zip file) the
extracted files do not have the all the inherited permissions from the
folder.  The permissions still show as inherited, but some are missing
(modify).

If I do the same operation with WinRAR to extract the files manually (while
I'm logged in as me, not the build user) then the files get the appropriate
inherited permissions.  If I use <echo> task to create a file in the same
directory it gets the appropriate permissions.  Only <unzip> creates files
with missing permissions.

Has anyone seen anything like this before?  Anything I can do to correct
this behavior?

Thanks,

Sam


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to