I am attempting to build an unmodified version of the gradle source using the gradlew wrapper in the project and the build is failing with the following error.
Gradle build time: Monday, January 28, 2013 3:42:46 AM UTC Groovy: 1.8.6 Ant: Apache Ant™ version 1.8.4 compiled on May 22 2012 Ivy: 2.2.0 JVM: 1.7.0_09 (Oracle Corporation 23.2-b09) OS: Linux 3.2.0-37-generic amd64
Ubuntu Linux 12.04 (cinnamon desktop) > uname -a Linux *** 3.2.0-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
I would like to work on contributing some improvements, but I need to be able to build the project first.
It happens from time to time, due to a bad commit or unstable test. You can watch the official build status at http://builds.gradle.org (see ‘Gradle - Master - Commit Builds’). You can continue the build despite a test failure with ‘–continue’.
it is trivial to solve, the ParallelTaskPlanExecutor.java uses only 2 executor threads by default, and the cyclic barrier pattern of ParallelProjectExecutionIntegrationTest.groovy requires 3 concurrent threads in one of its tests, adding