Trying to run ANT as part of XCODE development project
New to development and am just getting started with a new Xcode project. All I want to do is run the "Hello World" java project that is created by default and I keep running into an error with ant. First it was the wrong path - error: can't exec '/usr/bin/ant' (No such file or directory)
Finally figured out how to change the Target to point to ant and now I get this error:
error: can't exec '/usr/share/ant' (Permission denied)
I have tried typing 'ant' in Terminal and I get -bash: ant: command not found
Obviously I have some problem with my ant installation but have repaired permissions numerous times, reinstalled Xcode and looked at permissions in Terminal -
drwxr-xr-x 11 root wheel 374 Jun 28 08:05 ant
I have set my default user account with admin privileges. Can anyone offer some suggestions?
I have not found the Xcode developer forum, seems that there is only an iPhone development area...
Bryan
MacBook Pro, Mac OS X (10.5.7)