--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > From: Peter Reilly > > Have you tried the lastest cvs version of the > delete task, Matt has > > added a System.gc to the Delete#delete method > which solves a lot of > > timing issues with windows. > > Nope, I'm running 1.6.0. But it's always scary to me > when one needs > System.gc() in ones code... As we all know, this
Dominique: please believe that I hated to add this to the code. Unfortunately, IT WORKS. If you search the lists you will find that I said when I added it that I didn't want to believe it was true... Another place that would have achieved a similar effect would be on LazyFileOutputStream.close(), since most files created by Ant are created this way... it's just something to do with Windows JVMs not properly releasing file handles or something until after gc, best I can tell... -Matt __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]