下面图老师小编要向大家介绍下自动化每日构建(二)用Ant来完成java工程的每日构建,看起来复杂实则是简单的,掌握好技巧就OK,喜欢就赶紧收藏起来吧!
【 tulaoshi.com - 编程语言 】
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" />
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.
Java SDK1.4 or higher
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)Ant 1.6 or higher
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)You can make directories yourself, or copy from template. But make sure the directory tree like this:
来源:http://www.tulaoshi.com/n/20160219/1601394.html
看过《自动化每日构建(二)用Ant来完成java工程的每日构建》的人还看了以下文章 更多>>