I downloaded and installed apache ant 1.9.6 on my Mac OSx El Capitan 10.11.3 in /usr/local/, added the path to the bash_profile, however, I am unable to make it run. I get the following message back, as opposed to the version
-bash: ant: command not found
I did a lot of stackoverflow, however, couldn't find solution to this.
This is how my /usr/local looks:
This is how my bash_profile parameters for apache ant looks:
# Apache Ant
export ANT_HOME=“/usr/local/ant”
export PATH=$PATH:$ANT_HOME/bin
Could you please give me any hint that you may have.
Thank you.