> From: Peter Reilly [mailto:[EMAIL PROTECTED] > >Possible, but unlikely here I think. I'm afraid it's a timing issue. > >Now is it a problem with NTFS or with what the JVM does, I don't know! > > > 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 call is just a hint, and the VM is free to ignore it, especially with generational GC, as in the newer VMs. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]