Where to find the Cocoon Javadocs (= API documentation)

Online Cocoon 2.1 javadocs

The javadocs for the specific version of Cocoon (e.g. CVS checkout) you have in front of you can be found after building Cocoon in:

build/cocoon-<version>/javadocs/index.html

You can build the javadocs separately by invoking this command:

./build.sh javadocs

but make sure the following property isn't activated in the local.build.properties:

#exclude.javadocs=true
  • No labels