All Pages All Books|
|
|||
|
Apache Ant User Manual Guide – Version 1.6.0
|
12/29/2003 9:39 AM
|
||
|
|
|||
|
6 Using Ant
6.1 Writing a Simple Buildfile
Ant's buildfiles are written in XML. Each buildfile contains one project and at least one (default) target. Targets contain task elements. Each task element of the buildfile can have an id attribute and can later be referred to by the value supplied to this. The value has to be unique. (For additional information, see the Tasks section below.)
6.1.1 Projects
A project has three attributes:
|
|||
|
|
|||