hosted by
 
BUILD COMPLETE -  build.107
Date of build: 10/06/2008 13:58:47
Time to build: 2 minutes 7 seconds
Last changed: 10/06/2008 13:56:47
Last log entry: Make JUnit a test run not test compile dependency in the Gradle build. Also add the Ivy dependency to ensure the tests actually work.
Build Artifacts

 Unit Tests: (217)
failure testRunningAntFromShellorg.codehaus.gant.ant.tests.Gant_Test
failure testBasedirInSubdirorg.codehaus.gant.ant.tests.Gant_Test
 
 Unit Test Error Details: (2)
Test: testRunningAntFromShell
Class: org.codehaus.gant.ant.tests.Gant_Test
Type: junit.framework.ComparisonFailure
Message: expected:<...tTestDefaultTarget: [ [gant] Error evaluating Gantfile: startup failed, build_gant: 15: unable to resolve class org.codehaus.gant.ant.tests.Gant_Test [gant] @ line 15, column 1. [gant] 1 error [gant] ]> but was:<...tTestDefaultTarget: []>
junit.framework.ComparisonFailure: expected:<...tTestDefaultTarget:
[ [gant] Error evaluating Gantfile: startup failed, build_gant: 15: unable to resolve class org.codehaus.gant.ant.tests.Gant_Test
[gant] @ line 15, column 1.
[gant] 1 error
[gant]
]> but was:<...tTestDefaultTarget:
[]>
at org.codehaus.gant.ant.tests.Gant_Test.testRunningAntFromShell(Gant_Test.java:148)
Test: testBasedirInSubdir
Class: org.codehaus.gant.ant.tests.Gant_Test
Type: junit.framework.AssertionFailedError
Message: expected:<0> but was:<1>
junit.framework.AssertionFailedError: expected:<0> but was:<1>
at org.codehaus.gant.ant.tests.Gant_Test.runAnt(Gant_Test.java:112)
at org.codehaus.gant.ant.tests.Gant_Test.testBasedirInSubdir(Gant_Test.java:168)
 

 Modifications since last build:  (3)
modifiedrussel/gant/trunk/build.gradleMake JUnit a test run not test compile dependency in the Gradle build. Also add the Ivy dependency to ensure the tests actually work.
modifiedrussel/gant/trunk/build.gantWriute a note about the Maven build failure.
modifiedrussel/gant/trunk/build.gradleA few updates to the Gradle build file.