Hey,

Running out of FD's since this patch on a clean build, not sure if its
correct but:

Index: build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs/LatestTimeJar.java
===================================================================
--- build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs/LatestTimeJar.java
     (revision 5548)
+++ build-tools/ant-gwt/src/com/google/gwt/ant/taskdefs/LatestTimeJar.java
     (working copy)
@@ -118,6 +118,7 @@
       FileInputStream inStream = new FileInputStream(tmpFile);
       doZipFile(inStream, out, path, timestamp, archive, mode);
       tmpFile.delete();
+      inStream.close();
     }
   }

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to