首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法为grails 2.2.3安装可搜索的0.6.5

无法为grails 2.2.3安装可搜索的0.6.5
EN

Stack Overflow用户
提问于 2013-10-21 11:55:14
回答 1查看 345关注 0票数 1

当我需要用于grails 2.2.3的可搜索0.6.5插件时,我将BuildConfigh.groovy修改为:

代码语言:javascript
复制
dependencies {

compile ":searchable:0.6.5"
}

plugins {
    runtime ":hibernate:$grailsVersion"
    runtime ":jquery:1.8.3"
    runtime ":resources:1.2"
    test(":spock:0.7") {
        exclude "spock-grails-support"}
    // Uncomment these (or add new ones) to enable additional resources capabilities
    //runtime ":zipped-resources:1.0"
    //runtime ":cached-resources:1.0"
    //runtime ":yui-minify-resources:0.1.5"

    build ":tomcat:$grailsVersion"

    runtime ":database-migration:1.3.2"

    compile ':cache:1.0.1'
    compile ":searchable:0.6.5"
}

保存文件后,我刷新了dependency以安装插件,但我收到了以下消息:

代码语言:javascript
复制
Loading Grails 2.2.3
| Configuring classpath
| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'
| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'

| Downloading: searchable-0.6.5.pom.sha1
:: problems summary ::
:::: ERRORS
    grailsCentral: bad organisation found in http://grails.org/plugins/grails-searchable/tags/RELEASE_0_6_5/searchable-0.6.5.pom: expected='' found='org.grails.plugins'
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- :searchable:0.6.5

Process was killed

我认为这可能是我的互联网问题,但我检查了互联网连接是正常的。你遇到过这样的问题吗?有人能帮我解决安装可搜索0.6.5版的问题吗?非常感谢。

EN

回答 1

Stack Overflow用户

发布于 2013-10-21 12:52:42

您不能在2.2.3中使用0.6.5版本-请参阅插件页面上的注释:http://grails.org/plugin/searchable

使用版本0.6.4。唯一的区别是在2.3版本中对插件进行了微不足道的修复。

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

https://stackoverflow.com/questions/19486016

复制
相关文章

相似问题

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