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/06/21 16:28:29 UTC

[Bug 2072] - classpath element in javac task does not release locked jars

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

*** shadow/2072	Fri Jun  8 06:58:11 2001
--- shadow/2072.tmp.9813	Thu Jun 21 07:28:29 2001
***************
*** 2,9 ****
  | classpath element in javac task does not release locked jars               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2072                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | classpath element in javac task does not release locked jars               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2072                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: DUPLICATE                  Platform: PC                      |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 26,28 ****
--- 26,33 ----
  
  so after this target is finished, files in lib directory remain locked until 
  JVM is restarted
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-21 07:28 -------
+ Bug in Sun's javac, can only be solved by forking javac.
+ 
+ *** This bug has been marked as a duplicate of 383 ***
\ No newline at end of file