Hi,
I've been using log4net for a while now. I just got the latest code from CVS and I'm trying to build. The Nant build fails with error messages like .
[csc] d:\log4net\logging-log4net\src\Appender\IAppender.cs(107,9): error CS1570: XML comment on 'log4net.Appender.IAppender.Close()' has badly formed XML -- 'End tag 'remarks' does not match the start tag 'member'.
There are hundreds of these errors. I took a look at the source and every file seems to have an extra line after every real line like so.
/// <summary>
/// This is the class used by client applications to bind to logger
/// instances.
/// </summary>
I assume this is some line ending issue. I'm using TortoiseCVS on Windows XP to check out. Is there some setting I have to change to get the correct line endings?
Thanks
Paul
