【发布时间】:2011-06-01 17:40:29
【问题描述】:
我正在使用 grails 提供的 ant 脚本来构建我的 grails 1.3.6 应用程序,因为我们的构建服务器不支持与 grails 构建系统的直接集成。 ant 构建在我的机器上运行良好,但是 ivy 解析任务在构建服务器上运行时存在问题。我们收到以下消息:
module not found: org.springframework#org.springframework.test;3.0.5.RELEASE
module not found: org.springframework#org.springframework.core;3.0.5.RELEASE
module not found: org.springframework#org.springframework.beans;3.0.5.RELEASE
这对所有各种弹簧罐都继续进行。这些 jars 通常作为 grails 发行版的一部分提供,但由于 ant 脚本使用 ivy 来抓取 grails-bootstrap,它也需要抓取这些 jars。尝试安装 grails 插件时构建失败。
ivy.xml 和 ivysettings.xml 文件与 grails 提供的完全相同。
【问题讨论】: