-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.6
With the latest JDK (1.6.0_13), the DefaultResolverFactoryTest.testCreateFlatDirResolver test fails.
This test uses a groovy to access a private static method java.io.File.getTempDir - ugh
This private method has been removed in this version of the JDK (it was there in 1.6.0_01)
I have included a patch on rev 1351 that fixes this.