Build Targets

The following Ant build targets are available from the Tapestry root directory:

Root Targets

clean

Cleans each sub-project and deletes derived files (such as the Tapestry framework JAR and examples).

clean-all

As with clean, but also deletes all documentation.

documentation

Builds all documentation (see notes below).

install

Performs a full build, by re-invoking install in each sub-project.

javadoc

Creates Tapestry API documentation.

junit

Runs all JUnit tests.

clover

Runs all JUnit tests and builds a code coverage report (using the Clover tool).