Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 32981 invoked from network); 16 Sep 2003 14:37:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 14:37:05 -0000 Received: (qmail 56294 invoked by uid 500); 16 Sep 2003 14:36:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 56131 invoked by uid 500); 16 Sep 2003 14:36:48 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 56118 invoked from network); 16 Sep 2003 14:36:48 -0000 Received: from unknown (HELO junior.lgc.com) (134.132.72.99) by daedalus.apache.org with SMTP; 16 Sep 2003 14:36:48 -0000 Received: from lgchvw01.lgc.com (lgchvw01.lgc.com [134.132.93.107]) by junior.lgc.com (8.11.7/8.11.3) with SMTP id h8GEZeQ02103 for ; Tue, 16 Sep 2003 09:35:40 -0500 (CDT) Received: from 134.132.93.152 by lgchvw01.lgc.com (InterScan E-Mail VirusWall NT); Tue, 16 Sep 2003 09:36:48 -0500 Received: by lgchexchbh.ad.lgc.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Sep 2003 09:36:48 -0500 Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: prepend file to multiple files Date: Tue, 16 Sep 2003 09:36:47 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jan example shows the configuration of his custom filterReader "=E0 la = Ant 1.5", instead of the new Ant 1.6 one, where you can do (I believe): That shows: 1) basedir=3D"." is implied (in Ant .1.5 too BTW) 2) Top-level tasks, so no need for a target. 3) Ability to typedef any bean, and use it using the add(FilterReader) new Introspection point. 4) That it uses a real String->File conversion, instead of a , = which must be explicitly qualified with ${basedir} to be relative to the build's basedir. I'm assuming FilterChain has been extended by Peter of course. --DD > -----Original Message----- > From: Jan.Materne@rzf.fin-nrw.de [mailto:Jan.Materne@rzf.fin-nrw.de] > > > > > > > > classname=3D"org.apache.tools.ant.filters.ConcatReader"> > > > > > > > > classname=3D"org.apache.tools.ant.filters.ConcatReader"> > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org