> -----Original Message----- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: 09 March 2006 20:07 > To: 'Log4NET Dev' > Subject: RE: [VOTE] publish log4net 1.2.10 > > +1, but with a few (silly) questions/remarks: > > - in the .NETCF version, there are two separate references to > coredll.dll: > one named coredll.dll and one named CoreDll.dll. Not that > this really does any harm, but ...
As you say this should not cause any problems. It is caused by different capitalisation of the dll name in the DllImportAttributes in the SystemInfo class. I will fix these for the next release so we don't end up with the same problem again. > - was it intentional to also include the xdocs directory in > the distribution package ? Probably was, but I'm just > double-checking .. Yes, the xdocs are the source for the documentation so they are included because the distribution contains both the source and binaries. The xdocs are required to rebuild the docs. Having said that the location of the xdocs directory is confusing. It should be in a "src" directory, but this requires a little bit of reorganisation of the source code repository. I think I will propose a reorganisation for a future version. I am just wary of upsetting the build environment which is complex, as I am sure you are well aware of! Cheers, Nicko
