Issue Details (XML | Word | Printable)

Key: MPJAVADOC-7
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Minor Minor
Assignee: Brett Porter
Reporter: Howard M. Lewis Ship
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Javadoc Plugin

Intra-links in Javadoc broken

Created: 15/Oct/03 10:31 AM   Updated: 12/Jun/04 12:14 AM   Resolved: 12/Jun/04 12:14 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Sun JDK 1.4, Win XP


 Description  « Hide

When using Javadoc, links to classes and interfaces within the same project (same source code base) usually show up as hyperlinks.

For instance, from the Ant-built Tapestry docs:

http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/IEngine.html#getDataSqueezer()

The return value, DataSqueezer, is is a link to http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/util/io/DataSqueezer.html

However, in my Maven built-documentation, it's not the same:

http://jakarta.apache.org/commons/sandbox/hivemind/commons-hivemind/apidocs/org/apache/commons/hivemind/Registry.html#getModule(java.lang.String)

Here, the Module interface (from within the very same Java package) shows up as a non-link, with its full class name spelled out. Links I create using the {@link ...} directives work fine.



Brett Porter added a comment - 12/Jun/04 12:14 AM

works for me - added to the plugin-test