If your application is in a directory with a space in it the following error occurs: [deccles@mummy My Project]$ ant clean /usr/local/bin/ant: cd: /export/home/deccles/My: No such file or directory Buildfile: build.xml does not exist! Build Failed Changing line 70 to this fixes the problem: cd "$saveddir"
*** This bug has been marked as a duplicate of 9550 ***