When build my application with Ant, it produces a ZIP file.
I have a sh
file inside this zip, that is included as part of the build process. After each build I have to do chmod +x myFile.sh
as ant fails to retain its original executable permissions.
How can I instruct ant to keep executable permissions to this file?