I was able to reproduce your errors using the log4net_1-2-9 tag and TortoiseCVS. When you click on the Checkout menu item in TortoiseCVS and go to the Option tab, select the "Use UNIX line endings" checkbox. The problem is that the XML comments have spaces between them when the box is unchecked (the default):
/// <remarks> /// Hello World /// </remarks> When the box is checked the comments appear correctly and the code compiles: /// <remarks> /// Hello World /// </remarks> --- Dean Hiller <[EMAIL PROTECTED]> wrote: > I did not check out from head. I checked out from log4net_1-2-9 tag. > I > till try with visual studio. > Thanks, > dean > > -----Original Message----- > From: Ron Grabowski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 11:21 AM > To: Log4NET User > Subject: Re: checked out log4net-1_2_9 and build failed > > According to Visual Studio, the word 'member' does not appear > anywhere > in TextWriterAppender.cs. The XML comments around line 109 looked > correct to me. > > I was able to compile fine using nant -buildfile:log4net.build > compile-all and build.cmd. > > According to CVS, the last significant revision to > TextWriterAppender.cs was 9/18/2004. I don't recall other users > having > any issues with the file. > > Perhaps the error is higher up in the chain. Are you able to open the > solution in Visual Studio and compile that way? > > --- Dean Hiller <[EMAIL PROTECTED]> wrote: > > > I tried nant -buildfile:log4net.build compile-all like it said in > the > > docs and also tried build.cmd. All I got were errors(and the > errors > > kept coming, I had to do ctrl-C). Here is some of them..... > > > > [csc] > > [csc] > > c:\AROOT\views\jakarta\log4net2\src\Appender\TextWriterAppen > > der.cs(109,9): error CS1570: XML comment on > > 'log4net.Appender.TextWriterAppender > > .TextWriterAppender()' has badly formed XML -- 'End tag 'remarks' > > does > > not match > > the start tag 'member'. > > -------------------------------------------------------- > The information contained in this e-mail and any attachments hereto > are for the exclusive use of the addressee and may contain > confidential, privileged and nondisclosable information. If the > recipient of this e-mail is not the addressee, or a person > responsible for delivering this e-mail to the addressee, such > recipient is strictly prohibited from reading, printing, > photocopying, distributing or otherwise using this e-mail or any > attachments hereto in any way. If the recipient has received this > e-mail in error, please send return e-mail immediately notifying us > of your receipt of this e-mail and delete the e-mail from your inbox. > Thank you. >
