You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/12 06:15:07 UTC

[jira] Closed: (MPJAVADOC-7) Intra-links in Javadoc broken

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 12 Jun 2004 12:14 AM

works for me - added to the plugin-test
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-7
    Summary: Intra-links in Javadoc broken
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Brett Porter
   Reporter: Howard M. Lewis Ship

    Created: Wed, 15 Oct 2003 10:31 AM
    Updated: Sat, 12 Jun 2004 12:14 AM
Environment: Sun JDK 1.4, Win XP

Description:
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.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org