query wrote:
I am having Windows2000 in my system. Here path and include env
variables are identified as "Path" and "include". Only if I try with
Path and include, ANT will echo the original path. If I use PATH, log
file displays
Property "env.PATH" has not been set
[echo] PATH is set to
arded message attached
-- Original Message --
From: <[EMAIL PROTECTED]>
To:
Subject: AW: Re: Re: Settting environment variables
--- Begin Message ---
You cant set env variables in .
start a new process. Env variables are only visible in that process.
If that process quits the variables are
You cant set env variables in .
start a new process. Env variables are only visible in that process.
If that process quits the variables are lost.
You cant modify the environment of the running (Ant) process.
Jan
p.s.
You have the same problem with batch files. There is a tool "setx" which