Apache Ant is a Java library and command-line tool that help building software.
See which versions of ant are available:
$ module avail ant
Load ant
$ module load ant/1.10.1
Notes from the sysadmin during installation:
$ cd /tmp $ wget http://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.1-bin.zip $ unzip apache-ant-1.10.1-bin.zip $ cd apache-ant-1.10.1 $ sudo mkdir -p /export/apps/ant/1.10.1 $ sudo cp -rv . /export/apps/ant/1.10.1