Name

ant

Category

Build Tool

Description

Provides support for the Apache Ant build tool.

Environment Variables

VariablePassed to DockerNotes
ANT_ARGSYESAdditional arguments to ant
ANT_HOMEYESUsed to determine the location of the ant binary if it is not on the path or provided via the --ant-cmd flag
ANT_OPTSYESAdditional options to the JVM that runs ant

Options

OptionNotes
--ant-cmdSpecifically set the location of the ant binary

Docker Notes

  • ${HOME}/.ivy2 is mounted to /home/${USER_NAME}/.ivy2 in the container.
  • ANT_OPTS and ANT_ARGS are populated into the container environment.

Developer Notes

See build tools for more information.