User:Kronig

From ArchWiki

Apache Ant is a build tool for Java. This article describes the steps needed to install Apache Ant.

Installation

# pacman -S apache-ant

First Run

Ant will not be in your $PATH until you relogin or execute the following script.

$ source /etc/profile.d/apache-ant.sh

Now Ant will be available as:

$ ant