- Visit the Apache Ant Project, download the binary (e.g. version 1.6.2) and extract the distribution.
- Add the
ANT_HOME/bindirectory to yourPATH - Copy the
junit.jarfound when you unpack the junit distribution, into theANT_HOME/libdirectory. This is needed so we can run unit tests as part of the ant build. - Verify that it is installed by typing
antat the command prompt:
$ ant
Buildfile: build.xml does not exist!
Build failed