On Tuesday October 2, 2007, "Steve Middleton"
<[EMAIL PROTECTED]> wrote:
> As for the environment variables, the documentation for "emake" is
> lacking, but it doesn't mention anything about environment
> variables, so I'm not entirely sure. I've contacted support for
> EurekaLog, but they simpl
Steve Middleton
Cc: user@ant.apache.org
Subject: Re: Exec is failing, command line works fine
On Tuesday October 2, 2007, "Steve Middleton"
<[EMAIL PROTECTED]> wrote:
> I'm having a problem with an executable that seems to work fine
> from the command line, but does not wor
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
On Tuesday October 2, 2007, "Steve Middleton"
<[EMAIL PROTECTED]> wrote:
> 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.
When I run into this, I generally look at 3 things:
- what directory is Ant executing
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: