Where can I find the official Javadoc for Sitebricks (in my case, version 0.8.6)? There is nothing on neither the Google Code Page nor on Sitebricks.org. The closest thing I could find was on Jarvana (http://www.jarvana.com/jarvana/doc?search_type=javadoc_project&project=sitebricks), but this is very far from what I am looking for. I want to use something that is official from Google.
Asked
Active
Viewed 106 times
3 Answers
1
You can get the official source code from the repository and build the javadoc yourself.
If you use Eclipse you can also just use the zip of the source code and attach that to your library jar. Eclipse will dynamically render the javadoc from source files.

mercutio
- 1,065
- 7
- 18
-
What if I am using Maven? Will Eclipse still be able to attach the Javadoc? – ecbrodie Nov 08 '12 at 13:43
-
Yes. Just place the downloaded (and zipped) source code in some directory that makes sense to you. Then you can attach the source to the library jar. – mercutio Nov 08 '12 at 15:35
1
SiteBricks is not a google product anymore. We'll not get anything official from Google. the repository on github is the home of the project.
https://github.com/dhanji/sitebricks
Regards

Thomas
- 1,410
- 10
- 24
-
Hmm interesting, I didn't know that Sitebricks was no longer Google-owned. – ecbrodie Nov 08 '12 at 13:42
-
It is detailed in FAQ section of sitebricks.org Sitebricks was developed while Dhanji R. Prasanna was at Google working on Google Wave. Portions of it are copyrighted by Google, Inc. There are many contributors who have helped improve Sitebricks over the years, some from Google, and several outside. – Thomas Nov 08 '12 at 16:27
0
The Javadocs are published as part of the Maven release process. You can obtain them from Central.

Dhanji R. Prasanna
- 215
- 1
- 4