I’ve pulled down the latest Guava from the public git repository. When I try to create the javadocs, it fails.
I’m using the mvn line: mvn javadoc:javadoc
It fails with a long string of errors, the most obvious one is
java.lang.ClassCastException: com.sun.tools.doclets.formats.html.ClassUseWriter cannot be cast to com.sun.tools.doclets.formats.html.ClassWriterImpl
at com.sun.tools.doclets.formats.html.HtmlDocletWriter.seeTagToString(HtmlDocletWriter.java:1353)
at com.sun.tools.doclets.formats.html.HtmlDocletWriter.commentTagsToString(HtmlDocletWriter.java:1443)
This is straight from git, on a Mac, OS-X 10, 64 bit, 10.6.8 Snow Leopard
While I’d love to get the build to work, I’d be happy with a copy of the javadocs, jar’d or zip’d or whatever.
Here are the JavaDocs hosted online http://docs.guava-libraries.googlecode.com/git/javadoc/index.html
Alternatively, if you need an offline copy, you can check out the javadoc output from git: