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
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

Re: Re: Re: Settting environment variables

2007-05-09 Thread Martin Gainty
List Subject: Re: Re: Settting environment variables -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Re: Re: Settting environment variables

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

Re: Re: Settting environment variables

2007-04-20 Thread Ninju Bohra
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

Re: Settting environment variables

2007-04-20 Thread Charles Paulet
riables that the child process will have...use the sub element to correct that. Hope that make sense Ninju - Original Message From: query <[EMAIL PROTECTED]> To: ant Sent: Thursday, April 19, 2007 9:25:39 AM Subject: Settting environment variables Hi, I am having a set

Re: Re: Settting environment variables

2007-04-19 Thread query
t; From: query <[EMAIL PROTECTED]> >To: ant >Sent: Thursday, April 19, 2007 9:25:39 AM >Subject: Settting environment variables > > > > >Hi, > >I am having a set of ANT build files. I want to change "Path" and "include" >environment varia

Re: Re: Settting environment variables

2007-04-19 Thread query
t. > >Hope that make sense > >Ninju > > > >- Original Message > From: query <[EMAIL PROTECTED]> >To: ant >Sent: Thursday, April 19, 2007 9:25:39 AM >Subject: Settting environment variables > > > > >Hi, > >I am having a set of

Re: Settting environment variables

2007-04-19 Thread Ninju Bohra
process will have...use the sub element to correct that. Hope that make sense Ninju - Original Message From: query <[EMAIL PROTECTED]> To: ant Sent: Thursday, April 19, 2007 9:25:39 AM Subject: Settting environment variables Hi, I am having a set of ANT build files.

Re: Settting environment variables

2007-04-19 Thread Martin Gainty
the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2007 10:11 AM Subject: RE: Settting environment variables Propert

RE: Settting environment variables

2007-04-19 Thread Kajsa.Anderson
il 19, 2007 8:26 AM To: ant Subject: Settting environment variables   Hi, I am having a set of ANT build files. I want to change "Path" and "include" environment variables only in build file. I tried the following options to reset "include" variable in the build fi

Settting environment variables

2007-04-19 Thread query
  Hi, I am having a set of ANT build files. I want to change "Path" and "include" environment variables only in build file. I tried the following options to reset "include" variable in the build file. 1. 2. 3. 4. When I tried to echo "include" variable in the same build