We are using Windows as a development system and Ant to create the platform-specific bundles. For the macOS specific bundle (.tar.gz file) we are using the tar task. I want to create a symbolic link in the output .tar.gz file which points to another file in the same .tar.gz file. Can this be done using Ant?
We are using Windows as a development system and Ant to create the platform-specific
Share
To the best of my knowledge stock Ant can’t do this.