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
- Check out the sakai source code using SVN
- Example: svn co https://source.sakaiproject.org/svn/sakai/trunk/
- 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.