2013-12-17 78 views
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) 

任何想法?

+0

你運行的是什麼版本的grails? – 2013-12-17 15:40:11

+0

@JacobASeverson我正在運行grails 2.2.1 –

回答

0

我使用1.2.7版本,但在第一次運行編譯(或任何觸發依賴關係解析)時我看到了同樣的情況。但第二次我做到了,一切正常。

相關問題