What开发者_运维知识库 is the correct URL for linking to Guava javadocs from your project's javadoc? I'm getting errors when I try to use http://guava-libraries.googlecode.com/svn/tags/release08/javadoc/index.html with the option of the javadoc Maven plugin. Thanks, ilya
As Ischin says, you need to leave off the "index.html" when linking Javadoc. The Javadoc tool doesn't really care about index.html, it just wants to be able to append the package and class name to get a URL for a particular class's Javadoc.
精彩评论