I\'ve installed ubuntu 10.10 in my system and installed ant with the following command: sudo apt-get install ant
Now, ant is visible in the share folder, so I\'ve
try the following:
JAVA_HOME="/usr/lib/jvm/java-6-sun" ANT_HOME="/usr/share/ant" # do not add "bin" at the end of the path** PATH="$ANT_HOME/bin:$PATH"