Tutorial
The best way to learn is to practice! That's what the tutorials will help you to do, to discover some of the great EasyAnt features.Setting up your environment
The only thing you need to do to use easyant is to set the EASYANT_HOME property.You should first set up in your environment the EASYANT_HOME variable :
- for windows users : set EASYANT_HOME=c:\path\to\easyant
- for unix users : export EASYANT_HOME=/path/to/easyant
- for windows users : set PATH=%EASYANT_HOME%\bin;%PATH%
- for unix users : export PATH=$EASYANT_HOME/bin:$PATH