Apache Ant For Salesforceĭescription 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. Step2 – extract it from archive The file was downloaded in my Downloads folder. Installation Step1 – download the Apache Ant From the, section Current Release of Ant, download the tar.gz version, currently version 1.9.6. In order to check this, from terminal run the following command: macbook: adm$ ant -v -bash: ant: command not found macbook: adm$ If you have a similar output you need to install Apache Ant. Some of the Mac OS versions already have pre-installed Apache Ant. For this tutorial I will use.Īpache Ant version 1.9.6. This section can easily be skipped by users that already know about XML file structure.In this tutorial, I will show you how to install Apache Ant on Mac OS X.
Dan felt strongly that a gentle introduction to Ant was necessary for new people to easily learn Ant. This wikibook was based on a presentation created by Dan McCreary for the Minnesota Java Open Source User Group.
Ant automates tasks such as compiling source code, building deployment packages and automatically checking dependencies of what items need to be updated in a build set. Author: Wikibooks, the open-content textbooks collectionĪpache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community.