- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Ant: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{Infobox software
| description = Apache '''Ant''' is a software tool for automating software build processes. It is similar to Make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects.
The most immediately noticeable difference between Ant and Make is that Ant uses XML to describe the build process and its dependencies, whereas Make has its Makefile format. By default the XML file is named build.xml.
| developer              = Apache Software Foundation
| available on      =
| category                  = [[:Category:Build Tool | Build Tool]]
| license                = Apache License 2.0
| website                = [http://ant.apache.org/ Ant homepage]
}}


== See also ==
== See also ==
* [[Software Development Tools, Compilers & Libraries]]
* [[Software Development Tools, Compilers & Libraries]]
== External links ==
* [http://ant.apache.org/ Ant homepage]
[Category:Build Tool]]

Revision as of 11:24, 25 February 2010

Apache Ant is a software tool for automating software build processes. It is similar to Make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects.

The most immediately noticeable difference between Ant and Make is that Ant uses XML to describe the build process and its dependencies, whereas Make has its Makefile format. By default the XML file is named build.xml.

Developer: Apache Software Foundation
Platforms:
Category: Build Tool
License: Apache License 2.0
Website: Ant homepage


See also

External links

[Category:Build Tool]]