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

The problem was with type name.. ran ildasm over Nant.core file and the namespace name is SourceForge.NAnt

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

Thx

Regards
Yogesh S



From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "Yogesh Shetty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: Re: [nant-dev] Logging
Date: Tue, 15 Jul 2003 21:51:27 +0200


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

_________________________________________________________________
Bollywood is back. With a bang. http://server1.msn.co.in/features/julymovies03/index.asp Movies make money!




-------------------------------------------------------
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