Wednesday 25 January 2012

Install ANT 1.8.2 using Ubuntu OS Apt-get

Ant is a Java based build tool, similar to make, but with better support for the cross platform issues involved with developing Java applications. Ant is the build tool of choice for all Java projects at Apache and many other Open Source Java projects.

Install ant 1.8.2 using PPA on ubuntu
Open the terminal and run the following commands
sudo add-apt-repository ppa:eclipse-team/debian-package
sudo apt-get update
sudo apt-get install ant

No comments:

Post a Comment