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 Software Foundation |
---|---|
当前版本 | 1.7.1(2008年6月27日 | )
源代码库 | |
编程语言 | Java |
操作系统 | Cross-platform |
类型 | Build Tool |
许可协议 | Apache License 2.0 |
网站 | http://ant.apache.org |
Apache Ant,是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。默認情況下,XML文件名為build.xml 。
歷史
build.xml 範例
可攜性
限制
参见
External links
- Official website of Apache Ant
- Apache Ant wiki
- WinAnt - Windows installer for Apache Ant
- Introduction to Ant (slide show)
- Linguine Maps visualization library will automatically produce easy to read diagrams from Ant build files.
- antro - a profiler for Ant scripts
- Wiki Book on learning Apache Ant
- Ant tutorial
- Ant Automation, a good handy example of automation with Ant.
- A simple Windows GUI for running Ant.
这是一篇關於電腦程式語言的小作品。您可以通过编辑或修订扩充其内容。 |