You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/06/01 13:02:54 UTC

[jira] Closed: (MJAVADOC-167) Mixing Standard/Custom Tags for Ordering Failure

     [ http://jira.codehaus.org/browse/MJAVADOC-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MJAVADOC-167.
------------------------------------

    Resolution: Not A Bug

This issue duplicates MNG-3385, and it is related to Maven not javadoc plugin. 
You need to readd your plugin configuration in <reporting/>

> Mixing Standard/Custom Tags for Ordering Failure
> ------------------------------------------------
>
>                 Key: MJAVADOC-167
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-167
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: JDK 1.6.0_04, W2K
>            Reporter: André Fügenschuh
>            Priority: Minor
>         Attachments: jdoc-tags-test.zip
>
>
> Placing a standard tag at the end of the tags list to enforce ordering doesn't work.
> Example:
> <tag><name>.foo</name><placement>...</placement><head>...</head></tag>
> <tag><name>author</name></tag>
> <tag><name>version</name></tag>
> <tag><name>.bar</name><placement>...</placement><head>...</head></tag>
> <tag><name>see</name></tag>
> Error Output:
> Note: Custom tags that override standard tags:  @see
> causing expected problems within the docs (no occurrence, no linking if a custom 'head' is given etc.)
> Placing a custom tag at the end and it works:
> <tag><name>.foo</name><placement>...</placement><head>...</head></tag>
> <tag><name>author</name></tag>
> <tag><name>version</name></tag>
> <tag><name>.bar</name><placement>...</placement><head>...</head></tag>
> <tag><name>see</name></tag>
> <tag><name>.bob</name><placement>...</placement><head>...</head></tag>
> see: MJAVADOC-130

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira