Penguin

Differences between version 7 and previous revision of Ant.

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

Newer page: version 7 Last edited on Friday, January 9, 2004 4:13:23 am by StuartYeates Revert
Older page: version 6 Last edited on Tuesday, October 28, 2003 2:12:49 pm by StuartYeates Revert
@@ -1,7 +1,7 @@
 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 
+See also: AntVsMake, [Eclipse]