【发布时间】:2013-12-17 23:41:20
【问题描述】:
我正在尝试将功能测试插件 (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?
-
@JacobASeverson 我正在运行 grails 2.2.1
标签: grails grails-plugin