Description
Run targets defined in a specified Ant script file
Run targets defined in a specified Ant script file
You can use Apache Ant to build and deploy applications. The Apache Ant plugin automates the use of the Apache Ant command line tool.
This plugin includes one or more steps, click Steps for step details and properties.
This plugin supports Apache Ant version 1.6.5 or later.
This plugin runs on all operating systems that HCL Launch supports with the exception of IBM z/OS.
No special steps are required for installation.
The following table describes the changes made in each plugin version.
Version | Description |
---|---|
7 | Added translations for steps and properties |
Use the Apache Ant plugin to specify a build script to run or you can include the build script in the step. You can also specify command-line options in the step.
Verify that a Java Development Kit (JDK) is installed. The required version of the JDK depends on the version of Apache Ant that you are using. See the system requirements topic under Installing Apache Ant for details.
To access this plugin in the palette, click Build > Build tools.
The following process steps are available in the Apache Ant plugin.
Use this step to run an Ant script.
Name | Type | Description | Required |
---|---|---|---|
ANT OPTS | String | One or more Ant-specific arguments, which are used in the ANT_OPTS environment variable. For example, -Xmx1024m or -XX:MaxPermSize=512m. Enter each argument on a separate line. | No |
ANT_HOME | String | The installation directory of Apache Ant. The default value is the ANT_HOME environment variable for the agent. | Yes |
Ant Properties | String | One or more Ant-specific arguments, such as using -v for verbose output. Enter each argument on a separate line. |
No |
Ant Script File | String | The name of the Ant script file. | Yes |
JAVA_HOME | String | The path to the Java installation to run Ant scripts. The default is the JAVA_HOME environment variable for the agent. |
Yes |
JVM Properties | String | One or more JVM-specific arguments, such as -Xmx=512m for maximum memory. Enter each argument on a separate line. |
No |
Properties | String | These properties are passed to the Ant command processor and are available by name in the Ant script. Enter each argument on a separate line in the following format: name=value. |
No |
Script Content | String | Defines the content of the Ant script. The content is written to the Ant script file and then the file is run. |
No |
Targets | String | One or more names of the targets to run in the Ant script file. Do not specify a target if you are using the default target. | No |