Re: exec task failing

2005-06-22 Thread Bijo Alex Thomas
It seems that you are trying to execute the command '/usr/local/bin/php' with the argument 'httpd/htdocs/includes/tests/alltests.php' In that case it should be Attribute 'executable' does not buy any arguments. Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith

RE: exec task failing

2005-06-22 Thread 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:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 8:11 AM To: Ant Users List Subject: exec task failing I have