04 2010 档案

摘要:首先从http://ant.apache.org下载Ant包,我的是“apache-ant-1.8.0-bin.zip [PGP] [SHA1] [MD5]”把次包解压在C盘根目录下:C:/apache-ant-1.8.0打开Eclipse,新建Java Project,命名为AntTest001,新建HelloAnt类:public class HelloAnt { public static void main(String[] args) { System.out.println("hello ant!!!!"); }}并通过“右击—新建—文件夹”手动建立如下的目录以 阅读全文
posted @ 2010-04-15 22:46 robin.won 阅读(127) 评论(0) 推荐(0)