before I go to report details …
65 tests completed, 40 failed 38% success ONLY :codeQuality:integTest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':codeQuality:integTest'. > There were failing tests. See the report at: > file:///E:/gradle/gradle/subprojects/code-quality/build/reports/integTest/index.html > > <file:///E:\gradle\gradle\subprojects\code-quality\build\reports\integTest\index.html> > Josef Von: Stadelmann Josef [mailto:[email protected]] Gesendet: Mittwoch, 20. März 2013 10:57 An: [email protected] Betreff: AW: [gradle-dev] [gradle] building base-services dummy stupid question but seeing my build in fact test results on Windows Vista I am still posting it. J is it assumed that gradle master builds on Windows Vista with Oracle JDK-1.6.0_30? Are there interests to post my build log here to give developers an idea about what fails on my Vista machine. Josef Von: Stadelmann Josef [mailto:[email protected]] Gesendet: Mittwoch, 20. März 2013 10:12 An: [email protected] Betreff: [gradle-dev] [gradle] building base-services building gradles base-services fails at the following test, the others are running org.gradle.api.internal.IoActionsTest > can write text file with default encoding FAILED org.spockframework.runtime.SpockComparisonFailure at IoActionsTest.groovy:90 198 tests completed, 1 failed :baseServices:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':baseServices:test'. > There were failing tests. See the report at: > file:///E:/gradle/gradle/subprojects/base-services/build/reports/tests/index.html > > <file:///E:\gradle\gradle\subprojects\base-services\build\reports\tests\index.html> > * Try: Run with --info or --debug option to get more log output. taking out the test in error and base-services are built OK. // def "can write text file with default encoding"() { // given: // def file = tmp.file("foo.txt") // // when: // writeTextFile(file, new Action() { // void execute(writer) { // writer.append("bar⌘") // } // }) // // then: // file.text == "bar⌘" // } using Windows Vista, NetBeans 7.2.1, JDK 1.6.0_30 and latest greates gradle sources just cloned down also the gradle pluging is in use for NetBeans to show and open a real gradle project. Josef
