Skip to content

Apache Ant - Process steps

Ant

Run an Ant script.

NameTypeDescriptionRequired
ANT OPTSStringOne 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_HOMEStringThe installation directory of Apache Ant. The default value is the ANT_HOME environment variable for the agent.Yes
Ant PropertiesStringOne or more Ant-specific arguments, such as using -v for verbose output. Enter each argument on a separate line.No
Ant Script FileStringThe name of the Ant script file.Yes
JAVA_HOMEStringThe path to the Java installation to run Ant scripts. The default is the JAVA_HOME environment variable for the agent.Yes
JVM PropertiesStringOne or more JVM-specific arguments, such as -Xmx=512m for maximum memory. Enter each argument on a separate line.No
PropertiesStringThese 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 ContentStringDefines the content of the Ant script. The content is written to the Ant script file and then the file is run.No
TargetsStringOne 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