Not able to execute build.xml from my Mac terminal. It gives -bash: ant: command not found . I am trying to give this command from the directory where my build.xml is there. But still it is giving me the error. But good thing is that, I am able to execute it from my eclipse.
Tried executing source setAppPath.sh . setAppPath.sh
But it is not recognizing PATH too.
This is what I have in my .bash_profile.
export KAPSEL_HOME=/Users/Bindu/SAP/MobileSDK3/KapselSDK # Apache Ant export ANT_HOME = /Users/Bindu/apache-ant-1.10.1 # Export to PATH export PATH=$PATH:$KAPSELHOME/bin:$ANT_HOME/bin –