Installation requirements
Ant4x is an ant tool. Ant must be installed on your system.
Windows quick steps:
- download latest ant dist,
- unzip to C:\Program Files\apache-ant,
-
update PATH:
- goto: Computer > Properties > Advanced system parameters,
- click on: Environment variables,
- add variable: ANT_HOME=C:\Program Files\apache-ant
- update variable: PATH=...;%ANT_HOME%/bin
- open shell and test: ant -version
Apache Ant(TM) version 1.9.3 compiled on December 23 2013
See also: ant manual.