[Mono-list] Re: Nant 0.8.2 question

Gert Driesen gert.driesen@pandora.be
Mon, 18 Aug 2003 18:11:52 +0200


Hi,

As from log4net 1.2.0 beta 6, we're releasing framework-specific versions of
log4net. Meaning we're releasing separate binaries (assemblies) for .NET
1.0, .NET 1.1, .NET Compact Framework 1.0, SSCLI 1.0 and Mono.  The Mono
version of log4net does not use validate the XML configuration file using
the XmlValidatingReader.

NAnt built from cvs uses the Mono specific version of log4net for building
the mono version of NAnt, so you should not have this problem when you build
NAnt from cvs.  We're not yet releasing a Mono distribution package for
NAnt, so for now you have to build NAnt from cvs.

Gert

----- Original Message ----- 
From: "Atsushi Eno" <ginga@kit.hi-ho.ne.jp>
To: "Kris Luyten" <kris.luyten@luc.ac.be>
Cc: "Mono mailing list" <mono-list@lists.ximian.com>
Sent: Monday, August 18, 2003 5:50 PM
Subject: [Mono-list] Re: Nant 0.8.2 question


> Hello,
>
> >[bash]$  mono /usr/local/share/dotNet/nant-0.8.2/bin/NAnt.exe
> >log4net:ERROR DOMConfigurator: Error while loading XML config file
> >[NAnt.exe.config]
> >System.NotImplementedException: The requested feature is not yet
> >implemented
> >in <0x0002a> 00 System.Xml.XmlValidatingReader:get_BaseURI ()
> >
> >
> (snip)
>
> >Is this a "normal" error, or is my configuration incorrect? (I already
> >tried to move the file NAnt.exe.config to the project directory, but
> >that did not fix the problem).
> >
> >
>
> As you can see, it is "not implemented" exception. At least mono 0.25
> does not support XmlValidatingReader at all. Mono 0.26 partially
> supports XmlValidatingReader, but it is limited to non-XmlSchema
> validation. So it might not work yet (although error message might be
> different).
>
> It will be (I hope so) implemented in the next release.
>
> Thanks,
> Atsushi Eno
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>