Hi there,
I'm using the text-auto feature in ant install to run automated installations. It's working really well.
We have many different applications which are all deployed from the same directory, using self extracting jars. So it is important that we don't accidentally use the wrong ant.install.properties file.
So I wanted to delete the ant.install.properties file after each installation. But when I try and delete it, ant seems to only know about the temp directory where the installer has been extracted to, not the original directory from where I ran java -jar installer.jar.
So I can't seem to work out how to delete the ant.install.properties file.
Any help would be appreciated.
Cheers,
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm using the text-auto feature in ant install to run automated installations. It's working really well.
We have many different applications which are all deployed from the same directory, using self extracting jars. So it is important that we don't accidentally use the wrong ant.install.properties file.
So I wanted to delete the ant.install.properties file after each installation. But when I try and delete it, ant seems to only know about the temp directory where the installer has been extracted to, not the original directory from where I ran java -jar installer.jar.
So I can't seem to work out how to delete the ant.install.properties file.
Any help would be appreciated.
Cheers,
Ben