--
You received this message because you are subscribed to the Google Groups "Spock Framework - User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/spockframework/-/N-2ABCpjiSoJ.
To post to this group, send email to spockfr...@googlegroups.com.
To unsubscribe from this group, send email to spockframewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spockframework?hl=en.
Hi,I am looking to use Spock 0.7 version on my Grails project. But, I don't see spock 0.7 grails plugin released.When can I expect spock 0.7 Grails plugin?
Thanks,Abhi
--
You received this message because you are subscribed to the Google Groups "Spock Framework - User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/spockframework/-/ytGDiQ9ND_gJ.
Hi,
Hi Luke,Is the MockController issue resolved? I have upgraded our project's spock to 0.7-groovy-2.0, and Geb to 0.9.0-RC-1, but I still get the compilation error.In particular, here is the relevant parts of our project's config:grails.project.dependency.resolution = {dependencies {test "org.spockframework:spock-grails-support:0.7-groovy-2.0"}plugins {test ":geb:0.9.0-RC-1"test(":spock:0.7") {exclude "spock-grails-support"}}}And here's the error message:| Error Compilation error compiling [spock] tests: org/spockframework/mock/MockController (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)java.lang.NoClassDefFoundError: org/spockframework/mock/MockControllerat org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)at org.codehaus.gant.GantBuilder.invokeMethod(GantBuilder.java:99)at _GrailsTest_groovy$_run_closure3.doCall(_GrailsTest_groovy:266)at _GrailsTest_groovy$_run_closure2.doCall(_GrailsTest_groovy:245)at _GrailsTest_groovy$_run_closure1_closure21.doCall(_GrailsTest_groovy:195)at _GrailsTest_groovy$_run_closure1.doCall(_GrailsTest_groovy:184)at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)at TestApp$_run_closure1.doCall(TestApp.groovy:82)at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)at gant.Gant.withBuildListeners(Gant.groovy:427)at gant.Gant.this$2$withBuildListeners(Gant.groovy)at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)at gant.Gant.dispatch(Gant.groovy:415)at gant.Gant.this$2$dispatch(Gant.groovy)at gant.Gant.invokeMethod(Gant.groovy)at gant.Gant.executeTargets(Gant.groovy:591)at gant.Gant.executeTargets(Gant.groovy:590)Caused by: java.lang.ClassNotFoundException: org.spockframework.mock.MockControllerThanks in advance,Behrang
To unsubscribe from this group and stop receiving emails from it, send an email to spockframewor...@googlegroups.com.
Visit this group at http://groups.google.com/group/spockframework?hl=en.For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to spockframewor...@googlegroups.com.
To post to this group, send email to spockfr...@googlegroups.com.