RE: Setting envrionment variables from within build.xml

2001-12-06 Thread Ma, Jian
irly easy to read and maintain. Thought I'd just put this out there. Thanks again, Ron -Original Message- From: Jill Stephenson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:19 PM To: Ant Use

RE: Setting envrionment variables from within build.xml

2001-12-06 Thread Ron Coutts
ad and maintain. Thought I'd just put this out there. Thanks again, Ron -Original Message- From: Jill Stephenson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:19 PM To: Ant Users List Subject: Re: Setting envrionment variables fro

Re: Setting envrionment variables from within build.xml

2001-12-06 Thread Jill Stephenson
: "Ron Coutts" <[EMAIL PROTECTED]> To: "'Ant Users List' (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 8:59 AM Subject: Setting envrionment variables from within build.xml I was wondering if there's any way in Ant to set an envi

Setting envrionment variables from within build.xml

2001-12-06 Thread Ron Coutts
I was wondering if there's any way in Ant to set an environment variable once before a series of tasks. Consider the snippet of build.xml below that is used to set the environment variable 'CL' before executing the command line compiler 'msdev.exe'. This XML works, but is an error prone mainten