CTED]
*Sent:* Monday, June 06, 2005 2:08 PM
*To:* Kevin Kirkpatrick; nant-users@lists.sourceforge.net
*Subject:* RE: [Nant-users] environment::get-variable usage
You need single quotes round the variable name, otherwise NAnt will
try to evaluate it as a property:
value="${environment::get-v
Kevin Kirkpatrick;
nant-users@lists.sourceforge.net
Subject: RE: [Nant-users]
environment::get-variable usage
You need single
quotes round the variable name, otherwise NAnt will try to evaluate it as
a property:
I'm pretty sure
that the environment variable lookup is not case sensitive so
Kevin,
Everything inside the ${ ... } will be evaluated UNLESS it is quoted. Since I
assume BLOCK is the name of an environment variable rather than of a property
to be evaluated, try single quotes around it.
Merrill
---
This SF.Net email i
You
need single quotes round the variable name, otherwise NAnt will try to
evaluate it as a property:
I'm
pretty sure that the environment variable lookup is not case sensitive so
'BUILD' and 'build' should both work.
HTH,
Bill
-Original Message-From:
[EMAIL PROTECT