Differences between version 6 and revision by previous author of Ant.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Tuesday, October 28, 2003 2:12:49 pm | by StuartYeates | Revert |
Older page: | version 3 | Last edited on Thursday, October 16, 2003 9:26:08 am | by JohnMcPherson | Revert |
@@ -1,8 +1,7 @@
-A re-write of the [make(1)] system in [Java] without the dependency on the shell.[1]
Part of the [Apache] project.
+A Java-centric
re-write of the [make(1)] system in [Java] without the dependency on the shell. Part of the [Apache] project.
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 shell scripts.
http://ant.apache.org/
-----
-[1] because a dependency on a java runtime environment is much more manageable than on a shell, right?
+See also: AntVsMake