RE: [NAnt-users] Want to force expansion of properties in a string

2006-03-16 Thread Noel Gifford
return value; } } ]]> </code> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Adams Sent: Thursday, March 16, 2006 4:57 PM To: nant-users@lists.sourceforge.net Subject:

[NAnt-users] Want to force expansion of properties in a string

2006-03-16 Thread Brian Adams
I have a nant script that generates messages. I want to pass in the message place holders for the properties from the command-line along with the properties values. For instance: nant -buildfile:test.build -D:message="mything's value=${mything}" -D:mything=12345 given the following project: ht