不能在grails上使用功能测试插件

时间:2013-12-17 15:32:07

标签: grails grails-plugin

我正在尝试使用功能测试插件(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)

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我使用版本1.2.7但是我第一次运行编译(或任何触发依赖项解析的东西)时看到了同样的事情。但是我第二次这样做,一切正常。