Hi,
I'm trying to use ant to install some RPM pre-requisits
(PostgreSQL) on a RHEL 5 server. When I run the following command line,
everything works fine
[EMAIL PROTECTED] ~]# rpm -ivh http://ftp7.us.postgresql.org/pub/postgresql//binary/v8.2.6/linux/rpms/redhat/rhel-5/postgresql
PROTECTED]
Sent: Sunday, February 05, 2006 2:45 PM
To: Ant Users List; Harshal Chavda
Subject: Re: problem with exec task
Harshal,
"Error=2" from Windows means "file not found". You can find the full set of
all of the Windows error codes at
http://msdn.microsoft.com/library
ill work too.
--
Rhino
- Original Message -
From: "Harshal Chavda" <[EMAIL PROTECTED]>
To:
Sent: Sunday, February 05, 2006 2:10 PM
Subject: problem with exec task
HI to all fellow users,
My configu
HI to all fellow users,
My configuration is jdk(1.3.1),Ant(1.6.3),tomcat(4.1)
on a windows XP.I want to start the tomcat server(startup.bat).So I
used the "exec" task.BUt I get an error which is follows :
pra
ter ...
Jan
-Ursprüngliche Nachricht-
Von: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 23. Januar 2006 22:26
An: user@ant.apache.org
Betreff: Re: Problem with exec task
On Mon, 23 Jan 2006, Tommy Nordgren <[EMAIL PROTECTED]> wrote:
I want to run an executable nested
And is that REALLY an executable?
AFAIK a .pl is a perl script which needs the perl interpreter ...
Jan
>-Ursprüngliche Nachricht-
>Von: Stefan Bodewig [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 23. Januar 2006 22:26
>An: user@ant.apache.org
>Betreff: Re: Problem with
On Mon, 23 Jan 2006, Tommy Nordgren <[EMAIL PROTECTED]> wrote:
> I want to run an executable nested in one of my build directories.
> I've tried:
>
> This executes the command, but the work directory is still the base
> directory of my build.
> I want it set to the directory containing the execut
On Jan 23, 2006, at 10:05 PM, Tommy Nordgren wrote:
I have a problem with the exec task.
I want to run an executable nested in one of my build directories.
I've tried:
This executes the command, but the work directory is still the base
directory of my build.
I want it set to the directory c
I have a problem with the exec task.
I want to run an executable nested in one of my build directories.
I've tried:
This executes the command, but the work directory is still the base
directory of my build.
I want it set to the directory containing the executable.
When I tries:
e