Re: Using System Environment variables

2001-05-07 Thread Nico Seessle
- Original Message - From: "Stephen Graham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 10:10 AM Subject: Re: Using System Environment variables > The most common way of doing this is to pass the environment variables in on > the

Re: Using System Environment variables

2001-05-07 Thread Stephen Graham
You could also write your own task to read the environemt variables you. Regards Stephen Graham. - Original Message - From: "Perry Hunchak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 12:27 AM Subject: Using System Environment variables

Re: Using System Environment variables

2001-05-07 Thread Stephen Graham
"Perry Hunchak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 12:27 AM Subject: Using System Environment variables Is there any way to use the system environment variables (for windows) in the build.xml file ant uses? I currently use specify my tomca

Re: Using System Environment variables

2001-05-03 Thread Fabian Mörchen
hi haven't tried on win, but this work on linux: ${env.JAVA_HOME} bye fabian Perry Hunchak wrote: > > Is there any way to use the system environment variables (for windows) > in the build.xml file ant uses? > > I currently use specify my tomcat home by pointing to the file system > path >

RE: Using System Environment variables

2001-05-03 Thread Kuni Katsuya
use and then just reference it as ${env.TOMCAT_HOME} > -Original Message- > From: Perry Hunchak [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 10:27 AM > To: [EMAIL PROTECTED] > Subject: Using System Environment variables > > > Is there a

Re: Using System Environment variables

2001-05-03 Thread Jim Downing
Perry, use then env.Tomcat_Home. jim - Original Message - From: "Perry Hunchak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 3:27 PM Subject: Using System Environment variables Is there any way to use the system environment variable

Using System Environment variables

2001-05-03 Thread Perry Hunchak
Is there any way to use the system environment variables (for windows) in the build.xml file ant uses? I currently use specify my tomcat home by pointing to the file system path example: But I'd like to just use the system environment variable so I could use this on different servers exampl