Difference between revisions of "Ant"
m (version 1.9.2) |
(Added Python and Ruby link) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|Homepage URL=https://ant.apache.org/ | |Homepage URL=https://ant.apache.org/ | ||
|User level=none | |User level=none | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=svn co https://svn.apache.org/repos/asf/ant/core/trunk/ | |VCS checkout command=svn co https://svn.apache.org/repos/asf/ant/core/trunk/ | ||
|Computer languages=Java | |Computer languages=Java | ||
|Documentation note=User manual available in HTML format from http://ant.apache.org/manual/index.html | |Documentation note=User manual available in HTML format from http://ant.apache.org/manual/index.html | ||
+ | |Decommissioned/Obsolete=No | ||
+ | |Accepts cryptocurrency donations=No | ||
|Related projects=Rats,Isdnserver,Kisdnmonitor,make | |Related projects=Rats,Isdnserver,Kisdnmonitor,make | ||
|Keywords=development,Java,Automation,tool,build,make | |Keywords=development,Java,Automation,tool,build,make | ||
− | |Version identifier=1.9. | + | |Version identifier=1.9.4 |
− | |Version date= | + | |Version date=2014/04/30 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https:// | + | |Version download=https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.gz |
− | | | + | |Test entry=No |
− | |Last review by= | + | |Last review by=Bendikker |
− | |Last review date= | + | |Last review date=2018/04/16 |
− | |||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |||
|Is GNU=No | |Is GNU=No | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
Line 33: | Line 33: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=user@ant.apache.org | |Email=user@ant.apache.org | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
|Real name=See for a complete list | |Real name=See for a complete list | ||
|Role=Contributor | |Role=Contributor | ||
− | |Resource URL= | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) | ||
+ | |Resource URL=https://pypi.org/project/ant | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) | ||
+ | |Resource URL=https://rubygems.org/gems/ant | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/ant | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 11:27, 16 April 2018
Apache Ant
https://ant.apache.org/
Java-based build tool
Ant is a Java based build tool, similar to make, but with better support for the cross platform issues involved with developing Java applications. Instead of a model where the tool is extended with shell based commands, it is extended using Java classes. Instead of writing shell commands, the configuration files are XML based calling out a target tree where various tasks get executed. Each task is run by an object which implements a particular Task interface.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
See for a complete list | Contributor |
Ant development team | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/ant | |
Ruby (Ref) | https://rubygems.org/gems/ant | |
Developers | VCS Repository Webview | https://svn.apache.org/viewvc/ant/core/trunk/ |
Developer | mailto:dev@ant.apache.org | |
Developers | VCS Repository Webview | http://ant.apache.org/svn.html |
Support | mailto:user@ant.apache.org | |
Python (Ref) | https://pypi.org/project/ant |
Software prerequisites
Kind | Description |
---|---|
Source requirement | JAXP-compliant XML parser |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.