Pages

Friday, April 20, 2012

Installing Apache ANT 1.8.2 in Ubuntu 11.10

Installing Apache ANT is quite straight forward. Follow the below steps.

  1. Open terminal and type ant command. This is just to verify if ant is installed or not.
  2. sudo apt-get -u install ant

  3. Ant version test ( ant -v )

    No comments:

    Post a Comment