> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Tue, 16 Mar 2004, Alexey N. Solofnenko <[EMAIL PROTECTED]> > wrote: > > > I have had such problems with still open files and every time I > > thought it was a JDK bug, but later by adding try/finally with > > close() I fixed it. > > In DD's case we are talking about <unzip> which has such a finally > block that closes the ZipFile. This is Ant's ZipFile which uses a > RandomAccessFile underneath which in turn gets closed in > ZipFile#close. I don't think we are missing a call to close - this > time.
Ah, that's a good point Stefan. I checked the JDK impl of ZipFile, and forgot that Ant was using it's own impl... Maybe there is a leak somewhere in that impl!?!? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]