Problem with exec task

2008-01-14 Thread Marc Gimpel
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

RE: problem with exec task

2006-02-05 Thread bill/wilandra
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

Re: problem with exec task

2006-02-05 Thread Rhino
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

problem with exec task

2006-02-05 Thread Harshal Chavda
  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

Re: AW: Problem with exec task

2006-01-24 Thread Tommy Nordgren
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

AW: Problem with exec task

2006-01-23 Thread Jan.Materne
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

Re: Problem with exec task

2006-01-23 Thread Stefan Bodewig
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

Re:[solved] Problem with exec task

2006-01-23 Thread Tommy Nordgren
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

Problem with exec task

2006-01-23 Thread Tommy Nordgren
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