On 7/5/05, SIMONS,John <[EMAIL PROTECTED]> wrote:
> [snip]
> 
> Is it possible to do this from the command line ? 
> 
> Thanks 
> John 

John,

Sorry, that's not possible from the command line.

If you are using an 0.85 build, you could use functions to evaluate
the property whose name is contained in ${test}...
<echo message="test = ${test}" />
<echo message="${test} = ${property::get-value(test)}" />

Note in the second line that the property 'test' is being evaluated
and passed as an argument to the property::get-value function.
See 
http://nant.sourceforge.net/release/latest/help/functions/property.get-value.html
and 
http://nant.sourceforge.net/release/latest/help/fundamentals/expressions.html#expression-syntax
for more details.

-- 
Troy


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to