Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 42262 invoked by uid 500); 25 Jun 2003 08:16:31 -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 42251 invoked from network); 25 Jun 2003 08:16:31 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 25 Jun 2003 08:16:31 -0000 Received: from DJ0X820J (p5080ed2e.dip0.t-ipconnect.de [80.128.237.46]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 8F7F115000D for ; Wed, 25 Jun 2003 09:29:23 +0200 (CEST) Message-ID: <006801c33aee$11b221a0$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Developers List" Subject: FilterSetCollection Date: Wed, 25 Jun 2003 09:47:46 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0065_01C33AFE.D4B2FCF0" 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_0065_01C33AFE.D4B2FCF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is it OK to change FilterSetCollection and make it implement = ChainableReader ? This way I can simplify : public void copyFile(File sourceFile, File destFile, FilterSetCollection filters, Vector = filterChains, boolean overwrite, boolean = preserveLastModified, String inputEncoding, String outputEncoding, Project project) I would like FilterSets to preserve the line endings of the original = files being processes, like filter chains. Objections ? Antoine ------=_NextPart_000_0065_01C33AFE.D4B2FCF0--