> ----- Original Message ----- > From: "Troy Laurin" <[EMAIL PROTECTED]> > To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> > Sent: Wednesday, July 21, 2004 8:05 AM > Subject: RE: [nant-dev] XmlLogger is broken? >
> I need a streaming version of the xml logger[1] to continue testing with > CruiseControl.NET (which expects NAnt's build output in the xml format > emitted by XmlLogger)... You can always change the NAnt XmlLogger to work in two modes ... > > I can create the logger class, but is there a simple way to register the > logger against the build? The only way I can see to register the logger > (or listener) is via the commandline, but there doesn't seem to be any > way to specify an external assembly... Is it sufficient to create a > (minimal) assembly with the cut-down logger and drop this assembly into > the nant/bin folder, or is the logger required to be in the NAnt.Core > assembly? You can specify external "extension" assemblies using the "-ext[ension]" commandline option. > [1] Actually, I just need a version of XmlLogger that doesn't hang the > build after it has logged too much, seems to be around 4M. :-) I'll see if I can reproduce this later today ... Gert ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
