You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/01/12 06:26:14 UTC

DO NOT REPLY [Bug 48506] creates temp files but does not delete them

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

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.0

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2010-01-11 21:26:13 UTC ---
The temp file is not deleted at all, the code relies on deleteOnExit() - this
may mean the file never gets deleted if the process never exits.

svn revision 898183 should improve the situation

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