RE: retrieve env vars thru ant

2001-10-19 Thread Li, Jerry
- From: Phil Surette [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 11:41 PM To: [EMAIL PROTECTED] Subject: Re: retrieve env vars thru ant Since there is no way to get at environment variables from java, I was stunned to see that you could do it and ran off to create a test script

Re: retrieve env vars thru ant

2001-10-18 Thread Stefan Bodewig
On Fri, 19 Oct 2001, Phil Surette <[EMAIL PROTECTED]> wrote: > Could the Property task doco be updated to mention the > case-sensitivity under windows? I think we need it to be case sensitive as env vars are case sensitive on Unix systems. And "normal" Ant properties are so as well, I even know

Re: retrieve env vars thru ant

2001-10-18 Thread Phil Surette
]] > > Sent: Friday, 19 October 2001 4:41 PM > > To: [EMAIL PROTECTED] > > Subject: Re: retrieve env vars thru ant > > > > > > Since there is no way to get at environment variables from > > java, I was stunned to see that you could do it and ran >

RE: retrieve env vars thru ant

2001-10-18 Thread Conor MacNeill
It is case sensitive and under Win2k, the Path is actually env.Path :-( > -Original Message- > From: Phil Surette [mailto:[EMAIL PROTECTED]] > Sent: Friday, 19 October 2001 4:41 PM > To: [EMAIL PROTECTED] > Subject: Re: retrieve env vars thru ant > > > Since t

Re: retrieve env vars thru ant

2001-10-18 Thread Phil Surette
: "Erik Hatcher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 18, 2001 09:06 > Subject: Re: retrieve env vars thru ant > > > As for JAVA_HOME, you can access it already with ${java.home}. (although > > it'll likely have "

Re: retrieve env vars thru ant

2001-10-18 Thread Steve Loughran
- Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 09:06 Subject: Re: retrieve env vars thru ant > As for JAVA_HOME, you can access it already with ${java.home}. (although > it'll l

Re: retrieve env vars thru ant

2001-10-18 Thread Erik Hatcher
Subject: retrieve env vars thru ant > Hi > I would like to retrieve the enviroment variables that are already set. > How to retrieve it through Ant. For example, I need to retrieve > JAVA_HOME enviroment variable, which has been set to > JAVA_HOME=C:\jdk1.31. > > Thanx in advance. > > With regards > Arul > >

retrieve env vars thru ant

2001-10-18 Thread Arulazi Dhesiaseelan
Hi I would like to retrieve the enviroment variables that are already set. How to retrieve it through Ant. For example, I need to retrieve JAVA_HOME enviroment variable, which has been set to JAVA_HOME=C:\jdk1.31. Thanx in advance. With regards Arul