Starting with Ant 1.7, the TarFileSet is available which seems to allow file permission modifications in the tar archive.
Does this feature work platform-independent, so that I can for example create a tar file on Windows and set execution permissions for script files in this archive which will have this flag if the file is unpacked on Linux?