RE: [Nant-users] Calling Environment functions

2004-09-20 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Try passing a string by using single quotes like: “${environment::variable-exists('temp')}”.   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Devin Grant Sent: Monday, September 20, 2004 12:16 PM To: [EMAIL PROTECTED] Subject: [Nant-user

[Nant-users] Calling Environment functions

2004-09-20 Thread Devin Grant
I have the release version of NAnt (build 0.85.1720.0) on my machine and I am unable to call “${environment::variable-exists(temp)}”.   Error message: Property evaluation failed. _expression_: ${environment::variable-exists(temp)}