> The point is that you can't nest ${...} properties but you CAN still
> concatonate strings in expressions, so '.\${src.dir}' becomes '.\$' +
> src.dir 

Actually, '.\${src.dir}' becomes '.\' + src.dir... the backslash here
is a directory separator, not an escape character.

-T


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to