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/hivem
ind/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 [EMAIL PROTECTED] ...} directives work fine.

Any one have a clue as to why this is so and how to fix it?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to