The Tapestry source tree contains multiple sub-projects, each in its own subdirectory, with its own Ant build file and own source code tree. A root level build file (described in the next section) performs builds over all sub-projects.
Tapestry Sub-Projects
Contains the core framework, builds tapestry-3.0.jar.
Builds tapestry-contrib-3.0.jar.
Builds and runs JUnit tests.
Builds workbench.war.
Builds vlibbeans.jar, the EJBs used by the Virtual Library demonstration.
Builds vlib.war, the presentation layer of the Virtual Library demonstration.
Builds vlib.ear from vlibbeans.jar and vlib.war.
Builds the Tapestry Developer's Guide documentation. This guide is out of date, as is being replaced.
Builds the Tapestry Users' Guide (the replacement for the Developer's Guide). This document is still incomplete. See, you just can't win.
Builds this very documentation.
Builds the component reference documentation.