Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Runs Ant Script.
The plugin provides the ability for the user to define additional inputs that will be available to the scripts when executing.
In addition, the plugin provides the ability for the user to define any number of outputs from the execution of the script that could be utilized in subsequent steps in the workflow.

...

Property Name

Property Code

Required

Description

Ant Java Home

FDANT_JAVA_HOME

 No

 The JAVA_HOME directory to be used by the target for builds.

Ant Home

FDANT_ANT_HOME

No

An ANT_HOME to use instead of the version of Ant packaged in the plugin.

...

Input Name

Input Code

Required

Description

Build XML

FDANT_BUILD_XML

Yes

Ant script to execute.

Run Target

FDANT_RUN_TARGET

No

Target operation in the Ant script to execute. If this is left blank, the script's default target will be used. 

...