首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Grails 2.1.0无法安装webflow插件

Grails 2.1.0无法安装webflow插件
EN

Stack Overflow用户
提问于 2012-08-10 21:31:19
回答 1查看 1.3K关注 0票数 0

我运行的是Grails 2.1.0,但无法安装webflow插件:

代码语言:javascript
复制
$ grails install-plugin webflow
| Plugin installed.

$ grails
| Configuring classpath

:: problems summary ::
:::: WARNINGS
module not found: org.springframework.webflow#org.springframework.webflow;2.0.8.RELEASE
...
::::::::::::::::::::::::::::::::::::::::::::::
::          UNRESOLVED DEPENDENCIES         ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.springframework.webflow#org.springframework.webflow;2.0.8.RELEASE: not found
:: org.springframework.webflow#org.springframework.binding;2.0.8.RELEASE: not found
:: org.springframework.webflow#org.springframework.js;2.0.8.RELEASE: not found
::::::::::::::::::::::::::::::::::::::::::::::

有谁有什么想法吗?

谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-08-13 22:54:59

在grails 2.0中不推荐使用install-plugin。编辑BuildConfig.groovy文件中的插件部分:

代码语言:javascript
复制
plugins{
    ...
    compile ":webflow:2.0.0"
}

和快乐的webflow编码。顺便说一句,如果你想更深入地理解grails webflow,我推荐你阅读http://livesnippets.cloudfoundry.com/docs/

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11902753

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档