每當我進入Grails命令:test-app
我得到這個錯誤:Grails的2.4.0 - 錯誤:ClassNotFoundException的:grails.plugin.spock.test.GrailsSpecTestType
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.3?他們修復了很多錯誤! – Marcin 2014-10-27 21:25:12
我有同樣的問題。但我正在運行grails 2.3.9。你知道我能在這種情況下做什麼嗎? – Igor 2015-06-19 18:09:47