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:
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