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
framework
Contains the core framework, builds tapestry-3.0.jar.
contrib
Builds tapestry-contrib-3.0.jar.
junitBuilds and runs JUnit tests.
examples/Workbench
Builds workbench.war.
examples/VlibBeans
Builds vlibbeans.jar, the EJBs used
by the Virtual Library demonstration.
examples/Vlib
Builds vlib.war, the presentation
layer of the Virtual Library demonstration.
examples/VlibEAR
Builds vlib.ear from
vlibbeans.jar and
vlib.war.
doc/src/DevelopersGuideBuilds the Tapestry Developer's Guide documentation. This guide is out of date, as is being replaced.
doc/src/UsersGuideBuilds the Tapestry Users' Guide (the replacement for the Developer's Guide). This document is still incomplete. See, you just can't win.
doc/src/ContributorsGuideBuilds this very documentation.
doc/src/ComponentReferenceBuilds the component reference documentation.