The first element after the document prolog is the root element named
<project>
on line 3. This element is a container for all
other elements and can/must have the following attributes:
Table 11. <project> Attributes
Attribute | Description | Required |
---|---|---|
name |
The name of the project | No |
basedir |
The base directory of the project, use "." do denote the current directory. Note: if none is specified, the parent directory of the build file is used! | No |
default |
The default target that is to be executed if no target(s) are specified when calling this build file. | Yes |
description |
The description of the project. | No |