You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/11/17 23:41:15 UTC

[jira] Created: (AXIOM-351) Links in Javadoc JARs are broken

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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Updated: (AXIOM-351) Links in Javadoc JARs are broken

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIOM-351:
----------------------------------

    Component/s: LLOM
                 DOOM
                 C14N
                 API

> Links in Javadoc JARs are broken
> --------------------------------
>
>                 Key: AXIOM-351
>                 URL: https://issues.apache.org/jira/browse/AXIOM-351
>             Project: Axiom
>          Issue Type: Bug
>          Components: API, C14N, DOOM, LLOM
>    Affects Versions: 1.2.10
>            Reporter: Andreas Veithen
>            Assignee: 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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Commented: (AXIOM-351) Links in Javadoc JARs are broken

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975761#action_12975761 ] 

Hudson commented on AXIOM-351:
------------------------------

Integrated in ws-axiom-trunk #293 (See [https://hudson.apache.org/hudson/job/ws-axiom-trunk/293/])
    AXIOM-351: Fixed broken links in Javadoc JARs.


> 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
>            Assignee: 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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Assigned: (AXIOM-351) Links in Javadoc JARs are broken

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reassigned AXIOM-351:
-------------------------------------

    Assignee: Andreas Veithen

> 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
>            Assignee: 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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Resolved: (AXIOM-351) Links in Javadoc JARs are broken

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIOM-351.
-----------------------------------

    Resolution: Fixed

> 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
>            Assignee: 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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org