Post-Installation

About this task

The following steps need to be performed:

Procedure

  1. An environment variable called ANT_HOME must be created in your z/OS UNIX System Services shell environment that points to the installation directory chosen for Ant;
  2. Add $ANT_HOME/bin to the execution path via your PATH z/OS UNIX System Services environment variable;
  3. Create a system environment variable, ANT_OPTS, in your z/OS UNIX System Services shell environment that should be set to be at least-Xmx512m.

Results

Test Ant by running:

ant -version

You should see output indicating the version and compilation date of Ant.