Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
跳转到内容

Apache Ant:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
Alainamedeus留言 | 贡献
无编辑摘要
Alainamedeus留言 | 贡献
无编辑摘要
标签加入博客链接
第17行: 第17行:
'''Apache Ant''',是一个将[[软件]][[编译]]、[[单元测试|测试]]、[[软件部署|部署]]等步骤联系在一起加以自动化的一个[[软件开发工具|工具]],大多用于[[Java]]环境中的[[软件开发]]。由[[Apache软件基金会]]所提供。默認情況下,XML文件名為build.xml 。
'''Apache Ant''',是一个将[[软件]][[编译]]、[[单元测试|测试]]、[[软件部署|部署]]等步骤联系在一起加以自动化的一个[[软件开发工具|工具]],大多用于[[Java]]环境中的[[软件开发]]。由[[Apache软件基金会]]所提供。默認情況下,XML文件名為build.xml 。


== 歷史 ==
== build.xml 範例 ==
== 可攜性 ==
== 限制 ==
== 参见 ==
== 参见 ==
*[[Jakarta项目]]
*[[Jakarta项目]]
*[[Make]]
*[[Make]]

==External links==
*[http://ant.apache.org/ Official website of Apache Ant]
*[http://wiki.apache.org/ant/FrontPage Apache Ant wiki]
*[http://code.google.com/p/winant/ WinAnt - Windows installer for Apache Ant]
*[http://www.exubero.com/ant/antintro-s5.html Introduction to Ant] (slide show)
*[http://www.softwaresecretweapons.com/jspwiki/Wiki.jsp?page=LinguineMapsForApacheAnt Linguine Maps visualization library will automatically produce easy to read diagrams from Ant build files.]
*[http://sourceforge.net/projects/antro antro - a profiler for Ant scripts]
*[[b:Programming:Apache Ant|Wiki Book on learning Apache Ant]]
*[http://ideoplex.com/focus/java#ant Ant tutorial]
*[http://hbtechs.blogspot.com/2007/06/automation-using-innovative-tools.html Ant Automation], a good handy example of automation with Ant.
*[http://visualdrugs.net/antrunner/ A simple Windows GUI for running Ant.]


{{Apache}}
{{Apache}}

2010年1月25日 (一) 15:10的版本

Apache Ant (Another Neat Tool)
Apache Ant Logo
開發者Apache Software Foundation
当前版本1.7.1(2008年6月27日 (2008-06-27)
源代码库 編輯維基數據鏈接
编程语言Java
操作系统Cross-platform
类型Build Tool
许可协议Apache License 2.0
网站http://ant.apache.org

Apache Ant,是一个将软件编译测试部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。默認情況下,XML文件名為build.xml 。

歷史

build.xml 範例

可攜性

限制

参见