On 11/10/2010, at 12:49 AM, Steve Ebersole wrote: > Sure does sound the same. Thanks for pointer. I have voted and watched it. > > So is Gradle opening these files simultaneously? Or is this just an issue > with > the JDK not releasing the file handles in a timely-enough manner?
It looks like the problem is in the xml transformer bundled with the jvm. It seems to not close any of the junit html report files after they have been generated. I've checked a fix for this into head, if you want to try it out. > > On Saturday, October 09, 2010 04:53:07 pm Adam Murdoch wrote: >> On 10/10/2010, at 8:28 AM, Steve Ebersole wrote: >>> Cause: Errors while applying transformations: >>> javax.xml.transform.TransformerException: >>> com.sun.org.apache.xalan.internal.xsltc.TransletException: >>> java.io.FileNotFoundException: >>> /home/steve/projects/hibernate/github/hibernate-core/hibernate- >>> core/target/reports/tests/org/hibernate/test/immutable/entitywithmutablec >>> ollection/inverse/292_VersionedEntityWithInverseOneToManyFailureExpectedT >>> est- err.txt (Too many open files) >>> >>> Anyone have any ideas? >> >> It looks the same as http://jira.codehaus.org/browse/GRADLE-1158. >> >> >> -- >> Adam Murdoch >> Gradle Developer >> http://www.gradle.org >> CTO, Gradle Inc. - Gradle Training, Support, Consulting >> http://www.gradle.biz > > -- > Steve Ebersole <[email protected]> > http://hibernate.org > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
