Noting for any future Linux installments. Download and unpack Ant.
# vi /etc/profile.d/java.sh
and then add:
export JAVA_HOME=/usr/java/jdk
export ANT_HOME=/usr/local/apache-ant-1.6.5
export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin
source: [oracle technology network]