Re: accessing environment variables

2002-05-01 Thread Mike Shoemaker
Make sure you don't have two instances of ant installed on your box and the old path comes before the new one. Mike - Original Message - From: "Sharad Jain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 7:46 PM Subject: RE: acce

RE: accessing environment variables

2002-04-30 Thread Sharad Jain
e flag. Conor > -Original Message- > From: Sharad Jain [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 April 2002 2:30 PM > To: [EMAIL PROTECTED] > Subject: accessing environment variables > > > I am using ant-1.4.1. > When I try, > > > > > >

RE: accessing environment variables

2002-04-30 Thread Conor MacNeill
). Probably try a clean classpath Conor > -Original Message- > From: Sharad Jain [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 1 May 2002 10:47 AM > To: [EMAIL PROTECTED] > Subject: RE: accessing environment variables > > > Oops, > Its a typo. I verified that I am using

RE: accessing environment variables

2002-04-30 Thread Sharad Jain
reported by Ant when using -verbose flag. Conor > -Original Message- > From: Sharad Jain [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 April 2002 2:30 PM > To: [EMAIL PROTECTED] > Subject: accessing environment variables > > > I am using ant-1.4.1. > When I t

RE: accessing environment variables

2002-04-29 Thread Conor MacNeill
uesday, 30 April 2002 2:30 PM > To: [EMAIL PROTECTED] > Subject: accessing environment variables > > > I am using ant-1.4.1. > When I try, > > > > > > why does it complain, doesn't support > the "environment" attribute ? > > Any ide

accessing environment variables

2002-04-29 Thread Sharad Jain
I am using ant-1.4.1. When I try, why does it complain, doesn't support the "environment" attribute ? Any idea ? -sjain

Re: Accessing environment variables

2001-04-17 Thread Jim Downing
Thanks for all your help on the environment variables and classpath. Having tried the same build file on my home machine - I found that the reason it wasn't working was because I was trying it on Win98, and it doesn't seem to pick up the environment variables. There is a reference to the environme

Re: Accessing environment variables

2001-04-12 Thread Glenn McAllister
Jim Downing wrote: > Hi. > I'm a complete Newbie to Ant. I'm trying to construct a simple ant build file to >replace the script based approach I was using. Is it possible to access OS > environment variables (such as JAVA_HOME) as properties in build.xml, or do you have >to re-specify them

Accessing environment variables

2001-04-12 Thread Jim Downing
Hi. I'm a complete Newbie to Ant. I'm trying to construct a simple ant build file to replace the script based approach I was using. Is it possible to access OS environment variables (such as JAVA_HOME) as properties in build.xml, or do you have to re-specify them fully as properties in build.xm

RE: Accessing environment variables

2001-04-12 Thread Nicolas LEHUEN
ssing environment variables Hi. I'm a complete Newbie to Ant. I'm trying to construct a simple ant build file to replace the script based approach I was using. Is it possible to access OS environment variables (such as JAVA_HOME) as properties in build.xml, or do you have to re-specify them full

RE: Accessing environment variables

2001-04-12 Thread Eric Rosengren
2001 11:17 AM To: [EMAIL PROTECTED] Subject: Accessing environment variables Hi. I'm a complete Newbie to Ant. I'm trying to construct a simple ant build file to replace the script based approach I was using. Is it possible to access OS environment variables (such as JAVA_HOME) as prop

Accessing environment variables

2001-04-12 Thread Jim Downing
Hi. I'm a complete Newbie to Ant. I'm trying to construct a simple ant build file to replace the script based approach I was using. Is it possible to access OS environment variables (such as JAVA_HOME) as properties in build.xml, or do you have to re-specify them fully as properties in build.xm

Re: accessing environment variables

2001-01-29 Thread Bill Burton
Hi Bill, You must be using a nightly build or a copy from CVS since this wasn't a problem with Ant 1.2. A fix was just committed to CVS for this which works for Win 98 and NT. However, the fix is simple (which works on both 98 and NT). Edit the line if "%1"=="" goto doneArgs and replace

Re: accessing environment variables

2001-01-29 Thread Nico Seessle
- Original Message - From: "William Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 6:41 PM Subject: Re: accessing environment variables > I've used this way to pass in my environment variable for a while. It's >

Re: accessing environment variables

2001-01-29 Thread Frank Endriss
Nico Seessle wrote: > > - Original Message - > From: "Johannes Zellner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 27, 2001 8:50 PM > Subject: accessing environment variables > > > Hi, > >

Re: accessing environment variables

2001-01-29 Thread William Lee
CTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 27, 2001 8:50 PM > Subject: accessing environment variables > > > Hi, > > > > how can I access environment variables ? -- I tried: > > > > > > > > but this does appare

Re: accessing environment variables

2001-01-27 Thread Nico Seessle
- Original Message - From: "Johannes Zellner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 27, 2001 8:50 PM Subject: accessing environment variables > Hi, > > how can I access environment variables ? -- I tried: > > >

accessing environment variables

2001-01-27 Thread Johannes Zellner
Hi, how can I access environment variables ? -- I tried: but this does apparently not work. -- Johannes