install ant centos

To install Apache Ant on Cent-OS follow these steps:


# yum install ant
# yum install xml-commons-apis

You should see something like this:

# ant -version
Apache Ant version 1.6.5 compiled on January 6 2007

Here is a good tutorial to get started with ant:
http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.