That did the trick.  Thanks.

~ Paul

----- Original Message ----- From: "Nicko Cadell" <[EMAIL PROTECTED]>
To: "Log4NET Dev" <[email protected]>
Sent: Friday, October 22, 2004 11:53 AM
Subject: RE: Building log4net



Paul,

It sounds like your CVS client is in DOS mode, that is where it
automatically converts a "\n" into a "\r\n" in any text file. To
checkout log4net you need to convince your CVS client to use UNIX mode
where it will leave the files alone!

According to the TortoiseCVS FAQ there is a preference that tells it to
use UNIX line endings on Windows.

Cheers,
Nicko

-----Original Message-----
From: Paul Welter [mailto:[EMAIL PROTECTED] Sent: 22 October 2004 16:24
To: [email protected]
Subject: Building log4net


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






Reply via email to