Grails spring-security-core 插件安装永远不会完成
Posted
技术标签:
【中文标题】Grails spring-security-core 插件安装永远不会完成【英文标题】:Grails spring-security-core plugin installation never completes 【发布时间】:2011-07-07 12:02:14 【问题描述】:使用 Grails 1.3.7 视窗 7
我已经在一个全新的 grails 项目中尝试过这个...尽管我在系统上安装了其他 grails 版本(但是不再在 PATH 中)。
执行 grails install-plugin spring-security-core 时,安装永远不会完成,留下以下永远不会完成的内容:
环境设置为开发 解析插件 spring-security-core。请稍等... ....
.... 下载:http://repository.springsource.com/maven/bundles/release/org/spring 框架/安全/org.springframework.security.core/3.0.4.RELEASE/org.springfra mework.security.core-3.0.4.RELEASE.pom ... 下载完毕。 下载:http://repository.springsource.com/maven/bundles/release/org/spring 框架/安全/org.springframework.security.core/3.0.4.RELEASE/org.springfra mework.security.core-3.0.4.RELEASE.pom.sha1 ... 下载完成。
除了手动安装还有其他选择吗?
我已删除 .grails 和 .ivy 目录以尝试清理,但仍然没有成功。
添加 BuildConfig.groovy:
grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
grails.project.war.file = "target/$appName-$grails.util.Environment.current.name-$appVersion.war"
grails.project.dependency.resolution =
// inherit Grails' default dependencies
inherits("global")
// uncomment to disable ehcache
// excludes 'ehcache'
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
repositories
grailsPlugins()
grailsHome()
grailsCentral()
// uncomment the below to enable remote dependency resolution
// from public Maven repositories
//mavenLocal()
//mavenCentral()
//mavenRepo "http://snapshots.repository.codehaus.org"
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
//mavenRepo "http://repository.jboss.com/maven2/"
dependencies
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
// runtime 'mysql:mysql-connector-java:5.1.13'
【问题讨论】:
请发布您的 BuildConfig.groovy 的内容 【参考方案1】:spring security v1.1 插件会导致一些问题。 Grails. spring security core. Install problem
我安装的是v1.0.1版本
grails install-plugin spring-security-core 1.0.1
为我工作
【讨论】:
以上是关于Grails spring-security-core 插件安装永远不会完成的主要内容,如果未能解决你的问题,请参考以下文章
Grails:Grails3:doWithWebDescriptor?
用于 Grails 2.0 的 Grails/Gradle 插件