|
Welcome,
Guest
|
|
|
ANT Build Integration with InstallAnywhere
ANT is a powerful, Java based build tool developed by the Apache Foundation’s Jakarta Project. It can be used to control complex build tasks in Java and other development environments. ANT manages specific actions though "tasks" which can either be part of the core ANT distribution or available as extensions. InstallAnywhere comes with an ANT task to build installers from ANT. The InstallAnywhere ANT task is located in your InstallAnywhere application folder, inside "resource" and then inside "/build".. Add "iaant.jar" to your classpath when executing ANT to get access to the InstallAnywhere ANT task. ANT uses an XML file to specify the order of tasks for your build process. More information on ANT can be found on the Apache Foundation's Jakarta Project Web site. Task Name and Class The InstallAnywhere ANT task is specified as follows: <taskdef name="buildinstaller" classname="com.zerog.ia.integration.ant.InstallAnywhereAntTask"/> This task can be found inside the iaant.jar file, in your InstallAnywhere application folder, inside "resource" and then inside "build". Parameters After defining the task, specify any parameter necessary for the build settings: <buildinstaller IAlocation="C:\Program Files\InstallAnywhere 6 Enterprise" IAProjectFile="C:\Projects\myproject.iap_xml" additionalparameter=value /> Replace the IAlocation with the absolute path to your own InstallAnywhere application folder. If InstallAnywhere cannot be found, ANT will search for it in one of the default locations or look in the registry to find where InstallAnywhere was installed to. Specify the path and file name of the project to build in the IAProjectFile parameter. All other properties are optional. The parameters closely match the properties found in the Build Properties File described above. The following table shows the available parameters. |
|
|
|
Hi, The parameters table which you mentioned is missing from the post. Can you please post it again.
|
|
|
|
|
|





