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
Ant Users List; query
>Betreff: Re: Re: Re: Settting environment variables
>
>using embedded env
>
>
>use in property
>
>
>
>
>note..the env variable is case-sensitive
>so path is not Path is not PATH
>M--
>This email message and any files transmitted w
List
Subject: Re: Re: Settting environment variables
--
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
s not working.
If there is any other way to set variables, please let me know. Due to this
issue, it is hampering my work.
Note: Forwarded message attached
-- Original Message --
From: Ninju Bohra <[EMAIL PROTECTED]>
To: Ant Users List
Subject: Re: Re: Settting environment
st
Cc: Ninju Bohra <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2007 2:21:38 AM
Subject: Re: Re: Settting environment variables
When I tried to use in and task, build
compilation is failing with the following errors.
javac doesn't support the nested "sysproperty" element
When I tried to use in and task, build
compilation is failing with the following errors.
javac doesn't support the nested "sysproperty" element.
exec doesn't support the nested "sysproperty" element.
It looks like that element is supported only with .
But I want to set env variables for
When I tried to use in task, it build compilation is
failing with the following error.
javac doesn't support the nested "sysproperty" element.
On Thu, 19 Apr 2007 Ninju Bohra wrote :
>Hello,
>
>By the time ANT starts, the PATH and INCLUDE environment variables values are
>set (by the ant.