Hi Josef
Yes we're interested in having the Gradle build run successfully on
different platforms. You can see the platforms covered by CI here:
http://builds.gradle.org.

First thing to do is to run a 'gradle clean quickCheck': that will ensure
that code compiles and unit tests run successfully. The clean is only
required when the Gradle version used to build Gradle is updated (via the
wrapper), due to http://issues.gradle.org/browse/GRADLE-1501.

If this works, you can try 'gradle --continue developerBuild', which runs
all of the integ tests that should be run by a developer before committing
code.

cheers
Daz

On 20 March 2013 03:56, Stadelmann Josef <[email protected]
> wrote:

> 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
> ****
>
> * 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****
>



-- 
Darrell (Daz) DeBoer
Principal Engineer, Gradleware
http://www.gradleware.com
Join us at the Gradle Summit 2013, June 13th and 14th in Santa Clara, CA:
http://www.gradlesummit.com

Reply via email to