当前位置:首页>>网络编程>>Delphi教程>>正文

自动化每日构建(二)用Ant来完成java工程的每日构建

文章出处:网络转载 作者:未知 发布时间:2006-07-28 收藏到QQ书签

Start a new Java project by using Ant

 

This document has 5 sections:

Brief

System requirement

Directories and files

The Build file

Run Ant

 

 

Brief

Start a new Java project by using Ant, so we can make Daily Building. All have to do list below:

1.Install java SDK1.4 and new version Ant, and make Ant works.

2.Copy Directories and files from dproject(d for Java) template library.

3.Make project files stay in the right directory.

4.Edit the Build.xml file. Let it fit the project.

5.Run Ant.

 

 

System requirement

Java SDK1.4 or higher

Ant 1.6 or higher

 

Directories and files

You can make directories yourself, or copy from template. But make sure the directory tree like this:

 

Google