From dev-return-50912-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Sep 23 12:03:14 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 98360 invoked from network); 23 Sep 2003 12:03:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Sep 2003 12:03:14 -0000 Received: (qmail 41664 invoked by uid 500); 23 Sep 2003 12:03:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 41434 invoked by uid 500); 23 Sep 2003 12:03:09 -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 41420 invoked from network); 23 Sep 2003 12:03:08 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 23 Sep 2003 12:03:08 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id h8NC355O006723 for ; Tue, 23 Sep 2003 14:03:05 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Sep 2003 14:03:07 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B5608FF701C@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: dev@ant.apache.org Subject: RE: concat teardown failing Date: Tue, 23 Sep 2003 14:02:59 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C381CA.A1A38150" 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 ------_=_NextPart_001_01C381CA.A1A38150 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I give up ... Same on JDK 1.2.1 and 1.4.1. - I tried changing Delete.DELETE_RETRY_SLEEP_MILLIS to 10000 (10 = seconds) without success. - closing the "in" reader of ConcatFilter would cause an error in FilterReader.ready() - setting the "in" to null would cause an NPE in BufferedReader = (somewhere) - the file which can=B4t be deleted is read and write enabled - Peters patch has solved the problem with the append and prepend files - the problem with the resulting file is still open but can=B4t be = solved in the same manner (I think) More ideas? Jan > -----Original Message----- > From: Jan.Materne@rzf.fin-nrw.de [mailto:Jan.Materne@rzf.fin-nrw.de] > Sent: Tuesday, September 23, 2003 12:50 PM > To: dev@ant.apache.org > Subject: RE: concat teardown failing >=20 >=20 > Difference to my solution is only that you=B4re setting the append- = and > prepend reader > to null. But that don=B4t work on my machine :-( >=20 > But I don=B4t get the error while deleting the append- or=20 > prepend file. I get > the error > while deleting the resulting file. >=20 > But if I add a "super.close()" I=B4ll get other errors ... >=20 > But I have changed the code according to your modifications.=20 > So it should > pass on linux (a little progress). >=20 >=20 > Jan >=20 >=20 >=20 > > -----Original Message----- > > > I have tried with closing them, but it doesn=B4t work. > > > But send me your code please. Maybe you have done some=20 > different :-) > > > > > > > > Attached. > > Peter > >=20 >=20 ------_=_NextPart_001_01C381CA.A1A38150--