Re: [VOTE] Release Apache log4net 1.2.11 based on RC1
Stefan Bodewig <[email protected]>
| Newsgroups | gmane.comp.apache.logging.log4net.devel,gmane.comp.apache.commons.general |
|---|---|
| Message-ID | <878vorap5m.fsf__27922.9989661419$1318323019$gmane$org@v35516.1blu.de> |
On 2011-10-11, Curt Arnold wrote: > Observations: > comparing the source zip with the SVN tag, the following items are not in the source zip: > doap_log4net.rdf (DOAP file placed here for convenience) Excluded deliberately. IMHO it shouldn't be in trunk at all but rather a directory level above. > src/site/fml (empty directory) > src/site/resources/js (empty directory) It seems NAnt's zip task skips them. > tests/lib/prerequisites.txt (note on prerequisites for running tests, likely dated now). Actually it is dated in a way but still relevant (you need to copy nunit.framework.dll to the appropriate directory). I don't recall explicitly excluding it, I'll need to see why this happens. > Many if not all of the source files do not use CRLF line feeds as > would be expected for a predominantly Windows oriented library. Looks > like the .zip was built on a Unixy box. It was built on a Windows box but I suspect the Cygwin svn client I used considers LF-only the native format. Will investigate using a different Windows client for future releases. > I'll +1 the log4net-src.zip, but would not object if anyone wants to pull it and try again. > I'm moving on to check the binaries. Thank you. Stefan