http://gwt-code-reviews.appspot.com/1412801/diff/3003/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java File dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java (right):
http://gwt-code-reviews.appspot.com/1412801/diff/3003/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java#newcode490 dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java:490: cacheFile.delete(); Is this actually going to work on Windows? You haven't closed fis yet. Maybe you could kill two birds with one stone by setting a boolean and moving this code after the finally block. http://gwt-code-reviews.appspot.com/1412801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
