The following Ant build targets are available from the Tapestry root directory:
Root Targets
Cleans each sub-project and deletes derived files (such as the Tapestry framework JAR and examples).
As with clean
, but also deletes
all documentation.
Builds all documentation (see notes below).
Performs a full build, by re-invoking install
in each sub-project.
Creates Tapestry API documentation.
Runs all JUnit tests.
Runs all JUnit tests and builds a code coverage report (using the Clover tool).