On 01/04/2011, at 3:10 AM, Niclas Hedhman wrote: > On Wed, Mar 30, 2011 at 3:36 AM, Adam Murdoch > <[email protected]> wrote: >> >> On 29/03/2011, at 6:58 PM, Niclas Hedhman wrote: >> >> The Gradle process keeps every referenced Jar open with a file handle, >> INCL every generated file, that be .jar, -source.jar or -javadoc.jar >> in my case. Also, every html file generated by JunitReport is seen as >> an open file just before the process crashes. >> >> Is this expected? >> >> Possibly, depending on which version of Gradle you are using. Prior to >> 1.0-milestone-1, the junit report leaked file handles. > > Are you saying that it shouldn't happen in 1.0.milestone-1??
That's right. The built-in Gradle test report should not be leaking files in 1.0-milestone-1. If you happen to be using the Ant junit report for some reason, that report will still leak files. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
