RE: Access environment variables within ANT?

2001-02-13 Thread Les Hughes
; From: M.A.Dunphy [mailto:[EMAIL PROTECTED]] > Sent: 13 February 2001 15:16 > To: Ant-User (E-mail) > Subject: Access environment variables within ANT? > > > Hi, > > Is it possible to access environment variables within ANT? > e.g. If I create > an environment varia

RE: Access environment variables within ANT?

2001-02-13 Thread Steve Donie
echo my CVSROOT: Steve -Original Message- From: Atul V. Setlur [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:37 AM To: [EMAIL PROTECTED] Subject: Re: Access environment variables within ANT? > Is it possible to access environm

Re: Access environment variables within ANT?

2001-02-13 Thread Atul V. Setlur
> Is it possible to access environment variables within ANT? e.g. If I create > an environment variable MICK, is there any way of access in within ant, ie > ${env.MICK} You need to specify it as a Java property i.e., -D= specified on the command line when Ant is launched. Please ref

Access environment variables within ANT?

2001-02-13 Thread M.A.Dunphy
Hi, Is it possible to access environment variables within ANT? e.g. If I create an environment variable MICK, is there any way of access in within ant, ie ${env.MICK} Thanks