You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Michael Klem <mi...@earthlink.net> on 2003/01/15 01:16:47 UTC

File permissions

I have an executable file that Ant copies from my source directory to 
my destination directory, however, the copied file is no longer an 
executable file.
This is what I am using:

     <copy todir="${sourceDir}" overwrite="yes" preservelastmodified="yes" >
       <fileset dir="${destDir}/" />
     </copy>

-- 
  Michael Klem <kl...@corp.earthlink.net>    626-296-3027

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>