http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2072
*** shadow/2072 Fri Jun 8 06:58:11 2001 --- shadow/2072.tmp.20251 Fri Jun 8 06:58:11 2001 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | 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 | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + this is an example: + + <javac srcdir="src" destdir="dst"> + <classpath> + <fileset dir="lib"> + <include name="**/*.jar"/> + </fileset> + </classpath> + </javac> + + so after this target is finished, files in lib directory remain locked until + JVM is restarted \ No newline at end of file
