Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 51496 invoked from network); 23 Sep 2009 11:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 11:12:48 -0000 Received: (qmail 35749 invoked by uid 500); 23 Sep 2009 11:12:47 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 35660 invoked by uid 500); 23 Sep 2009 11:12:46 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 35642 invoked by uid 99); 23 Sep 2009 11:12:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 11:12:46 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 11:12:36 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3536.me.freeserve.com (SMTP Server) with ESMTP id 09BD11C00081 for ; Wed, 23 Sep 2009 13:12:16 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3536.me.freeserve.com (SMTP Server) with ESMTP id EA10C1C00082 for ; Wed, 23 Sep 2009 13:12:15 +0200 (CEST) Received: from mx01.dev.local (unknown [91.109.130.132]) by mwinf3536.me.freeserve.com (SMTP Server) with ESMTP id 8D8A21C00081 for ; Wed, 23 Sep 2009 13:12:15 +0200 (CEST) X-ME-UUID: 20090923111215579.8D8A21C00081@mwinf3536.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mx01.dev.local (Postfix) with ESMTP id 26CC3321C9 for ; Wed, 23 Sep 2009 12:12:30 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mx01.dev.local ([127.0.0.1]) by localhost (mx01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id erWY7TfO0HBX for ; Wed, 23 Sep 2009 12:12:22 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.dev.local (Postfix) with ESMTPSA id 7815E321C8 for ; Wed, 23 Sep 2009 12:12:22 +0100 (BST) Message-ID: <4ABA0282.9070001@apache.org> Date: Wed, 23 Sep 2009 12:12:02 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r818040 - /tomcat/tc6.0.x/trunk/STATUS.txt References: <20090923102830.004F62388897@eris.apache.org> In-Reply-To: <20090923102830.004F62388897@eris.apache.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org rjung@apache.org wrote: > * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47267 > http://svn.apache.org/viewvc?rev=817822&view=rev > +1: markt > -1: > + rjung: Our dreaded multi platform build system is a bit fragile > + w.r.t. fixcrlf. If you change the file to crlf in the installer > + target, then all unix packages (which are build after installer) > + will also contain it in crlf format. Not to bad for especially > + that file (because part of a webapp), but maybe it would > + be cleaner to do this for the installer target only, e.g. > + saving the file, fixcrlf, run nsi, restoring file. Are you sure? There looks to be a fixcrlf at the beginning of each of the zip and tar.gz packaging targets which should fix that. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org