[EMAIL PROTECTED] wrote:
Hi Steve,
Can you explain giving the example?
1. pick a an ant startup script of preference
2. rename it.
3. insert the environment setting commands of choice into that renamed
script
4. use it
-
Hi Steve,
Can you explain giving the example?
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 14, 2006 1:04 PM
To: Ant Users List
Subject: Re: Adding sh script in ant
bejoy wrote:
> Hi ,
>
> I have a Shell Script to set the en
bejoy wrote:
Hi ,
I have a Shell Script to set the environment variables("setenv.sh").I want to
put this script into my ant build sothat before doing any task the env
variables has to set.How can I call this script in my build.xml.
no, that wont work.
The env variables set in a shell script
Hi Bejoy,
Try this
Regards,
Pritesh
-Original Message-
From: bejoy [mailto:[EMAIL PROTECTED]
Sent: Monday, February 13, 2006 2:20 PM
To: user@ant.apache.org
Subject: Adding sh script in ant
Hi ,
I h