====== Apache Ant ======
Apache Ant is a Java library and command-line tool that help building software.
===== Information =====
* Version: 1.10.1
* Added: February, 2017
* Link: https://ant.apache.org/
===== Usage =====
See which versions of ant are available:
$ module avail ant
Load ant
$ module load ant/1.10.1
===== Installation ======
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