Skip to content

Ant - Steps

Steps

Steps

Process steps in the Ant plug-in

Ant

Run an Ant script.

NameTypeDescriptionRequired
ANT_HOMEStringThe path to the Ant installation to use to run the Ant script. By default, the path is the ANT_HOME environment variable on the agent.Yes
ANT_OPTSStringAnt-specific arguments, which are used in the ANT_OPTS environment variable. Enter each argument on a new line. For example: -Xmx1024m or -XX:MaxPermSize=512mNo
Ant PropertiesStringAnt-specific arguments, such as -v for verbose output. Enter each argument on a new line.No
Ant Script FileStringThe name of the Ant script file.Yes
JAVA_HOMEStringThe path to the Java installation to use to run Ant. By default, the path is the JAVA_HOME environment variable on the agent.Yes
PropertiesStringProperties to pass to Ant. These properties are available by name in the Ant script. Enter each argument on a new line in the following format: name=valueNo
Script ContentStringOptional: Specify the content of the Ant script. The content is written to the file specified by the Ant Script File field, and then run.No
TargetsStringThe names of the targets to run in the Ant script file. If blank, the default target is used.No