Penguin

Differences between current version and revision by previous author of Ant.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 8 Last edited on Friday, January 9, 2004 5:13:25 am by StuartYeates
Older page: version 3 Last edited on Thursday, October 16, 2003 9:26:08 am by JohnMcPherson Revert
@@ -1,8 +1,10 @@
-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. 
+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. 
  
 http://ant.apache.org/ 
+  
+See also: AntVsMake, [Eclipse]  
  
 ---- 
-[1] because a dependency on a java runtime environment is much more manageable than on a shell, right?  
+CategorySoftwareEngineeringTools