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 <[EMAIL PROTECTED]> 626-296-3027
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- File permissions Michael Klem
- Re: File permissions Michael Klem
- Re: File permissions Steve Loughran
- Re: File permissions Steve Loughran