快速业务通道

ivy教程(2)-快速开始 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-15
tion="--> retrieve dependencies with  ivy">          <ivy:retrieve />      </target> </project>

如你所见,调用ivy来解析和获取依赖是非常简单的:如果ivy安装正确,你所需要做的只是在你的ant 文件中定义一个xml的命名空间 (xmlns:ivy="antlib:org.apache.ivy.ant")。然后在这里命名空间中所 有的ivy ant 任务都可用。

这里我们只使用了一个任务:retrieve 任务。没有任何属性,它将使用默认设置并查找名为ivy.xml 的文件来获取依赖定义。这正是我们想要的,因此我们不需要做其他。

注意,在这案例中我们定义了一个"resolve" target 并调用了retrieve 任务。这听起来有点令人困 惑,实际上retrieve任务会执行一次resolve(解析依赖并下载他们到本地缓存),然后再执行一次 retrieve。查看How does it work ? 页面来得到关于这个的更多细节。

3) 运行项目

好,现在我们看到文件已经解析好了,让我们运行这个实例来看会发生什么。打开一个shell(或者命 令行)窗口,并进入hello-ivy 实例目录。然后,在命令提示符下,运行"ant":

I:\hello-ivy>ant Buildfile: src\example\hello-ivy\build.xml resolve: [ivy:retrieve] :: Ivy 2.0.0-beta1-local-20071104204849 - 20071104204849 ::  http://ant.apache.org/ivy/ :: [ivy:retrieve] No ivy:settings found for the default reference ''ivy.instance''.   A default instance will be used [ivy:retrieve] no settings file found, using default.... [ivy:retrieve] :: loading settings :: url =  jar:file:/c:/dev/data/opensource_workspace/ivy/build/artifact/ivy- core.jar!/org/apache/ivy/core/settings/ivysettings.xml [ivy:retrieve] :: resolving dependencies :: [ org.apache | hello-ivy |  working@BEN-ScokartG ] [ivy:retrieve]     confs: [default] [ivy:retrieve]     found [ commons-lang | commons-lang | 2.0 ] in public [ivy:retrieve]     found [ commons-cli | commons-cli | 1.0 ] in public [ivy:retrieve]     found [ commons-logging | commons-logging | 1.0 ] in  public [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-lang/commons- lang/2.0/commons-lang-2.0.jar .... [ivy:retrieve]  ........................................................................ [ivy:retrieve] ................................................ (165kB) [ivy:retrieve] .. (0kB) [ivy:retrieve]     [SUCCESSFUL ] [ commons-lang | commons-lang | 2.0  ]/commons-lang.jar[jar] (3335ms) [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-cli/commons- cli/1.0/commons-cli-1.0.jar .... [ivy:retrieve] .................................... (29kB) [ivy:retrieve] .. (0kB) [ivy:retrieve]     [SUCCESSFUL ] [ commons-cli | commons-cli | 1.0 ]/commons -cli.jar[jar] (2053ms) [ivy:retrieve] downloading http://repo1.maven.org/maven2/commons-logging/commons- logging/1.0/commons-logging-1.0.jar .... [ivy:retrieve] .......... (21kB) [ivy:retrieve] .. (0kB) [ivy:retrieve]     [SUCCESSFUL ] [ commons-logging | commons-logging | 1.0  ]/commons-logging.jar[jar] (1933ms) [ivy:retrieve] :: resolution re

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号