Categories
Ant Build Script Uncategorized

Install Ant

  • Download Ant distribution from https://ant.apache.org/bindownload.cgi
  • Check that compatible java version is already installed on local machine & environment variable JAVA_HOME is already set. Following commands can help to check that.
  • Unzip the Ant downloaded distribution package
  • Set environment variable ANT_HOME pointing to base directory of unzipped ant distribution.
  • Add new entry in PATH environment variable, to add path of ant bin directory.
  • To check if ant is successfully installed, open command prompt and type command “ant -version”, it should show installed version of ant.

Leave a comment

Design a site like this with WordPress.com
Get started