[Mono-list] class libs .. some progress..

Dick Porter dick@ximian.com
Fri, 4 Jan 2002 13:51:44 +0000


On Fri, Jan 04, 2002 at 03:41:47PM +0530, Ravi Pratap M wrote:
> Hi guys,
> 
>     So after trying something else, here's what I now land with  : some
> brokenness in System.XML perhaps ?
> 
>      [nant] C:\cygwin\home\ravi\mcs\class\System.XML\System.XML.build build
>             Buildfile:
> C:\cygwin\home\ravi\mcs\class\System.XML\System.XML.build
> 
>             build:
>                   [csc] Compiling 56 files to
> C:\cygwin\home\ravi\mcs\class\lib\System.Xml.dll
> C:\cygwin\home\ravi\mcs\class\System.XML\System.Xml\XmlParser.cs(106,13):
> error CS1502: The best overloaded method match for
> 'System.Xml.XmlException.XmlException(string, System.Exception)' has some
> invalid arguments
> 
>             BUILD FAILED

As a general reminder, please can everyone with commit privileges always
double check that they only check in code that compiles.

When broken, non-compiling code is checked in, it stops anyone else from
working.

- Dick