RE: Exec is failing, command line works fine

2007-10-02 Thread Steve Middleton
so I'm not entirely sure. I've contacted support for EurekaLog, but they simply told me they haven't heard of this issue as of yet. Is there anything else this could be? -Original Message- From: Robert Clark [mailto:[EMAIL PROTECTED] Sent: October 2, 2007 2:25 PM To:

RE: Exec is failing, command line works fine

2007-10-02 Thread Steve Middleton
Sorry, in regards to my last post, please replace "psbase.mak" with "mymakefile.mak" -Original Message- From: Steve Middleton [mailto:[EMAIL PROTECTED] Sent: October 2, 2007 2:14 PM To: 'Ant Users List' Subject: Exec is failing, command line works fine Hi e

Exec is failing, command line works fine

2007-10-02 Thread Steve Middleton
Hi everyone, I'm having a problem with an executable that seems to work fine from the command line, but does not work with the ant "exec" task. If I type this into the command line, it works no problem: emake -B -f mymakefile.mak But if I use the following build.xml file with Ant: