Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0768897BF for ; Thu, 29 Nov 2012 15:32:54 +0000 (UTC) Received: (qmail 68252 invoked by uid 500); 29 Nov 2012 15:32:53 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 66525 invoked by uid 500); 29 Nov 2012 15:32:48 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 66497 invoked by uid 99); 29 Nov 2012 15:32:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 15:32:47 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 15:32:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id DF2B828985DA for ; Thu, 29 Nov 2012 16:32:18 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AyhVDdC7f7Q3 for ; Thu, 29 Nov 2012 16:32:11 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 6A64028985DB; Thu, 29 Nov 2012 16:32:11 +0100 (CET) From: Stefan Bodewig To: "Log4NET Dev" Subject: Re: FW: Add new FAQ entry References: <5C3F8C4540F04C7589EF789F844A351A@alpin.local> <42CF2F8E46B448BF95AA64C477947257@alpin.local> <76BDA2F0E22444A798EFC23CEDCC4CAC@alpin.local> <1148AF7A18024031BE76C218AE0CDE52@alpin.local> Date: Thu, 29 Nov 2012 16:32:11 +0100 In-Reply-To: <1148AF7A18024031BE76C218AE0CDE52@alpin.local> (Dominik Psenner's message of "Wed, 28 Nov 2012 11:57:21 +0100") Message-ID: <87boegctms.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org On 2012-11-28, Dominik Psenner wrote: > *hm* .. using maven 2.2.1 it seems to work flawlessly. At least it does not > produce warnings. ;-) I checked the site and mostly only the dates are > changed now. *yay!* [Sorry for being almost totally absent, and not only here. Currently I have no idea when this will change.] I'm pretty sure I've been using Maven 2.2.1 when I last ran the site build. > The last problem I have now are the line endings in the generated site. I am > on windows and I suppose the svn expects \n instead of \r\n line endings? native would be fine if it wasn't for some broken maven plugins. The generated docs will hold a mix of \r\n and \n lines - inside the same file. The headers and footers are different from the content. I intended to dig deep enough into maven to figure out who is wrong - but I read enough other lists to know it is a common problem. Back last year I ended up running Ant's fixcrl over the generated site before committing it (which will take ages BTW). Stefan