Versions Compared

Key

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

The Ant action's main use is the build of Java (and some non-Java) applications. More generally, it can be used to pilot any type of process which can be described in terms of targets and tasks. [ant]

Ant

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

The path and file to your ant build script. [-buildfile]

Targets

Specify the ant targets you would like to build. Make sure each target is on a new line.

...

The amount of information detail to display in the build log. [-quiet |  -normal | -verbose]

Produce logging information without adornments (emacs)

If this ticked, logging information is produced without adornments (emacs). [-emacs]

Log to file

Tick to log to file. [-logfile]

Log File

This field is visible only if the 'Log to file' checkbox is ticked.

...

If this is ticked, a custom logger class is used. [-logger]

Custom Logger Class

This field is visible only if the 'Use custom logger class' checkbox is ticked.

...