https://issues.apache.org/bugzilla/show_bug.cgi?id=45960


Stefan Bodewig <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         AssignedTo|[email protected]|[EMAIL PROTECTED]




--- Comment #1 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-10-09 04:43:22 PST 
---
I've looked through my archives of the last two years but don't find the post
you talked about, it may have been older than that.

Anyway.

Ant has just closed the file (because it had to read it) and it may very well
be that the JVM hasn't released the file handle to the operating system yet
(and your call to GC made it release the handle).  We have had similar cases in
<delete> where we explicitly insert a System.gc() on Windows and retry after
sleeping for a 10 millis if a call to delete() fails - we could introduce the
same in replace as well.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to