作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每当我输入grails命令:test-app
时,都会出现此错误:Error executing script TestApp: java.lang.ClassNotFoundException: grails.plugin.spock.test.GrailsSpecTestType (Use --stacktrace to see the full trace)
在我的BuildConfig.groovy中,我有:
grails.project.dependency.resolution = {
...
plugins {
...
compile ":spock:0.7"
}
}
test ":spock:0.7"
替换它。我也尝试清理应用程序并刷新依赖关系,但没有运气。
最佳答案
使用Grails 2.4.0,您无需在BuildConfig.groovy中提及Spock。请参阅https://github.com/jeffbrown/spockdemo的示例项目。
如果可以,您应该考虑升级到2.4.x版本中的最新版本。自2.4.0发布以来,已经解决了许多问题。
希望对您有所帮助。
关于grails - Grails 2.4.0-错误:ClassNotFoundException:grails.plugin.spock.test.GrailsSpecTestType,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26596910/
我是一名优秀的程序员,十分优秀!