0
我想爲grails使用功能測試插件(http://grails.org/plugin/functional-test)。在我的生成配置,我做的:不能在grails上使用功能測試插件
plugins {
...
compile ":functional-test:2.0.RC1"
}
當我做
grails compile
或
grails compile --refresh-dependencies
我得到:
| Error Fatal error during compilation org.apache.tools.ant.BuildException: java.lang.NoClassDefFoundError: com/gargoylesoftware/htmlunit/html/DomElement (Use --stacktrace to see the full trace)
任何想法?
你運行的是什麼版本的grails? – 2013-12-17 15:40:11
@JacobASeverson我正在運行grails 2.2.1 –