Thanks for the help with 'Logging with nAnt'.

Now I'm trying to get a few of the values in properties to show up as
they are set.  That is instead of logging their values out using the
<echo> task.

I'm doing it like this: 
<property name="server.name" value="${environment::get-machine-name()}"
verbose="true" />

All that I'm getting in the log file is (One for each property): 

<task name="property" />

The command line I'm using is:
C:\CODEHIVE_CVS\OCTL-SRC\DotNetFramework>nant -buildfile:"stuff.Nant.bui
ld" -logger:NAnt.Core.XmlLogger -logfile:C:\stuff\dudelog.xml

Is there something else I need to do?

MArk B.


-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to