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

Vincent Siveton commented on MJAVADOC-167:
------------------------------------------

Could you send us a test project to reproduce it? Did you try with another JDK?

> 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
>
> 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


Reply via email to