Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 6533 invoked by uid 500); 24 Jun 2003 21:47:33 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 6522 invoked from network); 24 Jun 2003 21:47:33 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 24 Jun 2003 21:47:33 -0000 Received: from DJ0X820J (p5080ed2e.dip0.t-ipconnect.de [80.128.237.46]) by relay.t-online-com.de (SMTPSVC(1.0.0.2)) with ESMTP id 2030414CA75 for ; Tue, 24 Jun 2003 23:30:45 +0200 (CEST) Message-ID: <008301c33a9a$5c5e89e0$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Developers List" Subject: copy with filtersets modifies lineendings Date: Tue, 24 Jun 2003 23:48:33 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0080_01C33AAB.1F5DB780" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0080_01C33AAB.1F5DB780 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Windows, I am copying a file which has lineendings ending \n, using a = filterset. The output has \r\n as line endings. (Actually, I am using cygwin; the = CVS client of cygwin retrieves files coming from ant's CVS with \n and = not \r\n as line ending.) This is similar to the bug report of Peter Reilly "copy with filtering = modifies line endings" http://issues.apache.org/bugzilla/show_bug.cgi?id=3D18476 Now, in this bug report, Peter wrote "I can sort of understand why = copying with filtersets modifies line endings". Do we want to leave it that way, or do we want to slightly change the = implementation of copying with filtersets, so that the line endings of = the original files are preserved ? Currently, I have the corresponding test FilterSetTest failing under = cygwin, which is bad. (I am after failing tests under Windows, including = under the combination Windows/cygwin). Cheers, Antoine ------=_NextPart_000_0080_01C33AAB.1F5DB780--