随笔分类 -  持续集成

摘要:Ant 在构建过程方面十分优秀,它是一个基于任务和依赖的构建系统。每个任务包含一组由 XML 编码的指令。有 copy 任务和 javac 任务,以及 jar 任务。在你使用 Ant的时候,你为 Ant 提供特定的指令以编译和打包你的输出。看下面的例子,一个简单的 build.xml 文件:例 1.1. 一个简单的 Ant build.xml 文件<!-- Create the build directory structure used by compile --><mkdir dir="org.apache.maven.model.Build@d7e661&qu 阅读全文
posted @ 2013-04-26 09:32 王 庆 阅读(1119) 评论(0) 推荐(0)