I would like to do something like this
export ANT_HOME=/path/to/ant/apache-ant-1.8.2 I couldn't get it to work until I had ANT_HOME set properly. Java kept picking another ant installed on the box.
export ANT_HOME=/path/to/ant/apache-ant-1.8.2