Because of the space in the path (/php httpd/)? There has been much discussion on this forum about spaces in path names. HTH Bill
-----Original Message----- From: blackwater dev [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 8:11 AM To: Ant Users List Subject: exec task failing I have this build file: <project name="testing" default="checkout" basedir="/home/me"> <target name="checkout" description="run unit test"> <exec executable="/usr/local/bin/php httpd/htdocs/includes/tests/alltests.php"> </exec> </target> </project> And it fails with this error: checkout: BUILD FAILED file:/httpd/tcci/dev2/build.xml:5: Execute failed: java.io.IOException: No such file or directory I installed j2dsk1.4.2_08 yesterday and just did which java and it is looking for the java here: /usr/bin/java /usr/bin/javac each of these are links to usr/java/j2sdk1.4.2_08/bin/java usr/java/j2sdk1.4.2_08/bin/javac Why is this build failing? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]