Re: Fwd: AW: Re: Re: Settting environment variables

2007-05-10 Thread Steve Loughran
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

Fwd: AW: Re: Re: Settting environment variables

2007-05-10 Thread query
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

AW: Re: Re: Settting environment variables

2007-05-09 Thread Jan.Materne
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