| exec task failing | exec task failing 2005-06-22 - By Bill Rich
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:blackwaterdev@(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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |