Hi,
-Original Message-
From: query [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 2:36 PM
To: Ant Users List
Cc: Trevor Harmon
Subject: Re: Re: To change directory in ANT
/*
In my ANT script, there are a few tasks which have to be executed
in some different directory
In my ANT script, there are a few tasks which have to be executed
in some different directory. After executing those tasks, ANT script should
return back to previous directory. So I want to change directory temporarily.
How can I do it?
On Wed, 11 Apr 2007 Trevor Harmon wrote :
>On Apr 11, 20
Hi,
I want to run part of my ANT build script in a different directory and then
revert back to my curent directory. There are a few commands whose output
should be placed in a different directory.
Can you please help me as to how I can proceed for this?
On Wed, 11 Apr 2007 Trevor Harmon wrote
On Apr 11, 2007, at 12:29 AM, query wrote:
I want to use change directory in ANT scripts. But it is not
changing directory.It will revert back to its original setting as
soon as it comes out of shell prompt.
Yes, that is the expected behavior. creates a new shell
environment every time i