Apache Ivy入门

目录

  • 概述
  • 入门示例
  • 快速教程

[一]、概述

Apache Ivy是一个优秀的管理(记录、跟踪、解析和报告)项目依赖的工具,可与Apache Ant紧密集成。

官网:http://ant.apache.org/ivy/index.html

截止:2012-06-06最新版本为:2.3.0-rc1

下载解压后,把ivy-2.3.0-rc1.jar文件复制到%ANT_HOME%/lib/ 下

[二]、入门示例

创建目录:G:\test\ant\ivydemo\ ,在该目录创建文件:build.xml,内容如下:

亦可参考:http://ant.apache.org/ivy/history/latest-milestone/samples/build.xml

在控制台中切换到目录G:\test\ant\ivydemo\下,运行ant命令,结果如下图:

[三]、快速教程

创建目录名称:G:\test\ant\hello-ivy ,该目录下的文档结构如下:

build.xml 内容如下:

ivy.xml 内容如下:

Hello.java 内容如下:

打开控制台,切换到hello-ivy的根目录下,运行ant 命令,结果如下:

编译后的目录结构如下:

更详细的教程可以参考:http://ant.apache.org/ivy/history/latest-milestone/tutorial.html

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/software/build/apache-ivy-start/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">