[Mono-list] Re: Nant 0.8.2 question

Atsushi Eno ginga@kit.hi-ho.ne.jp
Tue, 19 Aug 2003 00:50:24 +0900


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