Links in Javadoc JARs are broken
--------------------------------

                 Key: AXIOM-351
                 URL: https://issues.apache.org/jira/browse/AXIOM-351
             Project: Axiom
          Issue Type: Bug
    Affects Versions: 1.2.10
            Reporter: Andreas Veithen
            Priority: Minor
             Fix For: 1.2.11


For classes in dependency projects, the Javadoc JARs normally have links 
pointing to the online Javadoc in the Web site of these dependencies. In the 
Javadoc JARs generated for the different Axiom modules, the links to the 
Javadoc of classes in other Axiom modules are broken. E.g. the Javadoc of 
org.apache.axiom.om.impl.llom.OMNodeImpl has a link to 
http://ws.apache.org/axiom/axiom-api/apidocs/org/apache/axiom/om/OMNode.html 
while this should be 
http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html (note the 
extra 'axiom-api').

This can also be seen in some online Javadoc browser services. Example:

http://www.jarvana.com/jarvana/view/org/apache/ws/commons/axiom/axiom-dom/1.2.9/axiom-dom-1.2.9-javadoc.jar!/org/apache/axiom/soap/impl/dom/SOAPHeaderImpl.html

In addition, the "Project Dependencies" report of some downstream projects has 
incorrect links for individual Axiom modules. An example is Rampart:

http://axis.apache.org/axis2/java/rampart/dependencies.html

These two issues are presumably caused by the fact that project.url is not set 
correctly in the POMs of the individual Axiom modules.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to