Yes try this

<msi>
  <comments>Release: ${releasenumber}</comments>
</msi>

Is


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lemes
Sent: Thursday, September 21, 2006 10:01 AM
To: NAnt-users@lists.sourceforge.net
Subject: [NAnt-users] Property values in node value

 

Hello there,

I have a simple question...

<property name="releasenumber" value="1.0.0" />

I want to use this property value inside a node "text", example:

<msi>
  <comments>Release: $releasenumber</comments>
</msi>

Is there any way to do this?


Thanks in advance.

Eric

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to