友情链接


真我闪博
摘要: 1 src.dir=${basedir}/src 2 3 <target name="compileSWC" description="compiles the Library"> 4 <fileset dir="${src.dir}" id="src.files"> 5 <include name="**\**" /> 6 </fileset> 7 <pathconvert property="evaFramework_class 阅读全文
posted @ 2012-02-09 13:59 xbg 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 编译打包工具-Ant转自:http://bbs.9ria.com/viewthread.php?tid=76813&highlight=antAnt工具 Ant是一种基于Java的build工具。理论上来说,它有些类似于(Unix)C中的make ,但没有make的缺陷。目前的最新版本为:Ant 1.8.1。 既然我们已经有了make, gnumake, nmake, jam以及其他的build工具为什么还要要一种新的build工具呢?因为Ant的原作者在多种(硬件)平台上开发软件时,无法忍受这些工具的限制和不便。类似于make的工具本质上是基于shell(语言)的:他们计算依赖关.. 阅读全文
posted @ 2012-02-09 13:27 xbg 阅读(518) 评论(0) 推荐(0) 编辑