My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToBuildComponentDocs  
How to build the component documentation.
Howto, Featured
Updated Feb 4, 2010 by burningo...@gmail.com

Maven 2

The project is managed using maven 2 and includes the component report plugin, which produces documentation on components similar to these. Currently code.google.com does not offer html hosting so I cannot publish them (and no I will not version them). Therefore if you'd like to use these useful documents, follow these steps:

  1. Checkout the source. We'll assume the project now exists as gc-tapestry-components.
  2. Build the maven site: cd gc-tapestry-components/gc-tapestry-components; mvn site.
  3. The site will now be available in the (relative) directory: target/site, and the single component report page at target/site/component-parameters.html .

Sign in to add a comment
Powered by Google Project Hosting