http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2614
*** shadow/2614 Fri Jul 13 07:23:37 2001
--- shadow/2614.tmp.8818 Wed Jul 18 07:20:53 2001
***************
*** 2,9 ****
| 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 |
+----------------------------------------------------------------------------+
--- 2,9 ----
| The process cannot access the file because it is being used by another pro |
+----------------------------------------------------------------------------+
| Bug #: 2614 Product: Ant |
! | Status: RESOLVED Version: 1.3 |
! | Resolution: WORKSFORME Platform: PC |
| Severity: Blocker OS/Version: Windows NT/2K |
| Priority: Other Component: Build Process |
+----------------------------------------------------------------------------+
***************
*** 22,25 ****
Seems that some File I/O Process in Ant is not releasing locks, or is it NT not
releasing locks?
! Makes Ant unusable.
--- 22,50 ----
Seems that some File I/O Process in Ant is not releasing locks, or is it NT not
releasing locks?
! Makes Ant unusable.
!
! ------- Additional Comments From conor@cortexebusiness.com.au 2001-07-18 07:20 -------
! I tried the latest Ant with this project
! <project name="test" default="main" basedir=".">
! <target name="main">
! <mkdir dir="test"/>
! <delete dir="test"/>
! </target>
! </project>
!
! with these results
! F:\antdev\bugs\bug2614>ant
! Buildfile: build.xml
!
! main:
! [mkdir] Created dir: F:\antdev\bugs\bug2614\test
! [delete] Deleting directory F:\antdev\bugs\bug2614\test
!
! BUILD SUCCESSFUL
!
! Total time: 1 second
!
! So, either this problem has been fixed already or there is something else which
! has a lock on the directory. Can we have more details on which happens to the
! directory.
|