Hi, I'm a little new to Ant and Ant Installer.. I was wondering how to create custom installers using ant installer. I used the wizard to generate the basic build.xml & create-installer.xml files. I modified these files but I dont no how to create the installer from these files. Cud neone help??
Thanx,
homerj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Run
ant -buildfile create-installer.xml
This will create an executable installer jar in the local directory. Double-click on it to start the installer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm a little new to Ant and Ant Installer.. I was wondering how to create custom installers using ant installer. I used the wizard to generate the basic build.xml & create-installer.xml files. I modified these files but I dont no how to create the installer from these files. Cud neone help??
Thanx,
homerj
Run
ant -buildfile create-installer.xml
This will create an executable installer jar in the local directory. Double-click on it to start the installer.