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?
I am running my java application where i have used threads... i am running this application using ant command on the terminal.. But when i close my terminal or press ctrl+c,then java program which was ...