The Ant Approach
-  Build instructions written in XML
 
-  File typically named 
build.xml 
-  Variable definitions (named properties)
 
-  Targets and dependencies 
 
-  By default, the target specified in the default attribute of the project tag is built 
 
-  Tasks are part of ant, typically not external programs