Author: antoine
Date: Thu Sep 28 07:23:26 2006
New Revision: 450863

URL: http://svn.apache.org/viewvc?view=rev&rev=450863
Log:
running junitreport several times, issues with closing URLResource, bugzilla 
report 40595


Modified:
    ant/core/trunk/CONTRIBUTORS
    ant/core/trunk/WHATSNEW
    ant/core/trunk/contributors.xml
    
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java

Modified: ant/core/trunk/CONTRIBUTORS
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=diff&rev=450863&r1=450862&r2=450863
==============================================================================
Binary files - no diff available.

Modified: ant/core/trunk/WHATSNEW
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=450863&r1=450862&r2=450863
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Thu Sep 28 07:23:26 2006
@@ -22,6 +22,8 @@
 
 * URLResource did not close jar files, and also did not disconnect 
HTTPConnection (s).
 
+* error calling junitreport. Bugzilla 40595. 
+
 * <junittask/> created junitvmwatcher*.properties files but did not close and 
delete them.  
 
 * <xmlproperty> did not create properties for empty leaf elements.

Modified: ant/core/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?view=diff&rev=450863&r1=450862&r2=450863
==============================================================================
--- ant/core/trunk/contributors.xml (original)
+++ ant/core/trunk/contributors.xml Thu Sep 28 07:23:26 2006
@@ -398,6 +398,10 @@
     <first>Jan</first>
     <last>Mat&#232;rne</last>
   </name>
+    <name>
+      <first>Jan</first>
+      <last>Cumps</last>
+    </name>
   <name>
     <first>Jan</first>
     <last>Mynarik</last>

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java?view=diff&rev=450863&r1=450862&r2=450863
==============================================================================
--- 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java 
(original)
+++ 
ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java 
Thu Sep 28 07:23:26 2006
@@ -361,7 +361,6 @@
      * @throws Throwable on error.
      */
     protected void finalize() throws Throwable {
-        close();
         conn = null;
         super.finalize();
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to