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:
  <property name="tomcat.home" value="d:/java/tomcat3.2.1"/>

But I'd like to just use the system environment variable so I could use
this on different servers

example:
  <property name="tomcat.home" value="Tomcat_Home"/>

Is there any way to do this?


BEGIN:VCARD
VERSION:2.1
N:Hunchak;Perry
FN:Perry Hunchak (E-mail)
ORG:Palm Tree Business Solutions
TITLE:Senior Java Developer
TEL;WORK;VOICE:(403) 264-6363 ext 235
TEL;WORK;FAX:(403) 264-6366
ADR;WORK:;;#420 - 237 8th Ave SE;Calgary;Alberta;T2G 5C3;Canada
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:#420 - 237 8th Ave SE=0D=0ACalgary, Alberta T2G 5C3=0D=0ACanada
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010312T183623Z
END:VCARD

Reply via email to