what version of NAnt are you using ?

It should be working fine in the 0.8.3 RC1 and in the nightly builds (or cvs
builds).

You can use the NAnt.Core.XmlLogger to log the build output in xml format.

eg.
 NAnt.exe -buildfile:nant.build -logfile:log.xml -logger:NAnt.Core.XmlLogger

Hope this helps,

Gert

----- Original Message ----- 
From: "Yogesh Shetty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 15, 2003 9:13 PM
Subject: [nant-dev] Logging


> How do i enable logging using NAnt. Nant do seems to have a
switch -logfile
> or -l but no effect  ? I am planning to emit an xml document from nant xml
> script using echo task and then apply an xsl transformation.
>
>
>
> Regards
> Yogesh S
>
> _________________________________________________________________
> Are you a geek? Do gizmos make you grin?
> http://www.msn.co.in/Computing/Gizmos/ Click here!
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Parasoft
> Error proof Web apps, automate testing & more.
> Download & eval WebKing and get a free book.
> www.parasoft.com/bulletproofapps1
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to