You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/13 16:23:37 UTC

[Bug 2614] New: - The process cannot access the file because it is being used by another process

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2614

*** shadow/2614	Fri Jul 13 07:23:37 2001
--- shadow/2614.tmp.3591	Fri Jul 13 07:23:37 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | The process cannot access the file because it is being used by another pro |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2614                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Build Process           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: kof@opencon.ch                                               |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The process cannot access the file because it is being used by another process
+ 
+ This occurs from within Ant when it trys do remove a directory it just 
+ created.  Cannot be deleted at command prompt either.
+ 
+ Seems that some File I/O Process in Ant is not releasing locks, or is it NT not 
+ releasing locks?
+ 
+ Makes Ant unusable.