开发者

linking to guava javadoc

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜