程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> Delphi >> 自動化每日構建(二)用Ant來完成java工程的每日構建

自動化每日構建(二)用Ant來完成java工程的每日構建

編輯:Delphi

Start a new Java project by using Ant

 

This document has 5 sections:

Brief

System requirement

Directories and files

The Build file

Run Ant

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 

 

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:

 自動化每日構建(二)用Ant來完成java工程的每日構建

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved