You can browse the project here: http://code.google.com/p/spock/source/browse/#svn/trunk
For my experiments with Gradle 0.9-preview-1, I used the same build files as currently checked in. The NoClassDefFoundError's occur when running tests for spock-unitils (only with Gradle 0.9-preview-1). To reproduce, check out the project from http://spock.googlecode.com/svn/trunk and run "gradle test". Cheers, Peter LightGuard wrote: > > I don't think this has changed, post up your build though (both 0.8 and > 0.9) > > On Sun, May 30, 2010 at 14:40, Peter Niederwieser <[email protected]> > wrote: >> >> After switching from Gradle 0.8 to Gradle 0.9-preview-1, I get two >> NoClassDefFoundError's when running tests for the Spock project: >> >> java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder >> java.lang.NoClassDefFoundError: Could not initialize class >> org.dbunit.dataset.CachedDataSet >> >> Does Gradle 0.9-preview-1 introduce changes regarding transitive >> dependency >> management? >> >> Cheers, >> Peter >> -- >> View this message in context: >> http://old.nabble.com/NoClassDefFoundError%27s-in-tests-after-switching-to-0.9-preview-1-tp28724690p28724690.html >> Sent from the gradle-user mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > > > -- > Jason Porter > > Software Engineer > Open Source Advocate > > PGP key id: 926CCFF5 > PGP key available at: keyserver.net, pgp.mit.edu > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/NoClassDefFoundError%27s-in-tests-after-switching-to-0.9-preview-1-tp28724690p28735143.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
