Javadocs for the Sakai API

Information

This describes how to get javadocs for Sakai releases or make your own javadocs from the sakai source code (which you have to do if you want up to date APIs for trunk for example).

Where to find online Javadoc APIs

The online Sakai Javadoc API is available in svn and based on the release number:

http://source.sakaiproject.org/release/<release number>/javadoc/

Example: http://source.sakaiproject.org/release/2.2.1/javadoc/

You can also start here and get to the javadocs for the current release (scroll down the page):
http://source.sakaiproject.org/release

The javadocs for the nightly build of Sakai are constantly rebuilt at the following URL: http://nightly2.sakaiproject.org/javadoc/ (best source of up-to-date information)

Generating Javadocs from the Sakai source code

  1. Check out the sakai source code using SVN
  2. To generate javadocs from sakai source run the following command in the sakai source directory
    maven sakai:javadoc
    
    • You'll find a zip of the javadocs in <sakai source>/target/sakai-javadoc.zip
    • The javadocs should also appear in the same directory under the javadoc folder.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.