Table of Contents

Apache Ant - Project

About

A project is the first node of a buildfile

Syntax

<?xml version="1.0" encoding="UTF-8" ?>
<project name="Name of the project" default="TheDefaultTarget" basedir="..">
      <description>
          This is the description of the buildfile
      </description>
...
</project>

A project has:

Built-in property

Built In Properties:

Documentation / Reference