Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-167

Mixing Standard/Custom Tags for Ordering Failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.3
    • None
    • None
    • None
    • JDK 1.6.0_04, W2K

    Description

      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

      Attachments

        1. jdoc-tags-test.zip
          3 kB
          André Fügenschuh

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fuege André Fügenschuh
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: