Annotated edit history of
Ant version 8 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
6 |
StuartYeates |
1 |
A Java-centric re-write of the [make(1)] system in [Java] without the dependency on the shell. Part of the [Apache] project. |
|
|
2 |
|
|
|
3 |
The difference between [Ant] and [make(1)] is approximately 30 years of SoftwareEngineering theory and practice. It uses "build.xml" files rather than [MakeFile]s, has a much wider range of built-in targets than make and is extensible using [Java] classes rather than sh(1) scripts. |
|
|
4 |
|
|
|
5 |
http://ant.apache.org/ |
|
|
6 |
|
|
|
7 |
See also: AntVsMake, [Eclipse] |
8 |
StuartYeates |
8 |
|
|
|
9 |
---- |
|
|
10 |
CategorySoftwareEngineeringTools |