Ant Quick Start on Debian
The Guide shows you How to Install and Getting-Started with Apache Ant Java Command Line Build Tool for Linux Debian Stretch 9 GNU/Linux Desktop/Server.
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.
Apache Ant supplies a number of built-in tasks allowing to Compile, Assemble, Test and Run Java Applications.
More generally, Apache Ant can be used to pilot any type of process which can be described in terms of Targets and Tasks.
-
How to Install Apache Ant on Debian
-
By the Package Installer:
One Click Install
After simply Confirm to Open and Install by System Package Installer… -
By the Terminal Shell:
sudo apt-get install ant
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
-
Apache Ant Java Building Quick Start