jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x and 3.x Site Plugin
  • MSITE-288

xdoc translation, <param> tag is removed from generated html

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0-beta-6
  • Fix Version/s: 2.1
  • Component/s: doxia integration
  • Labels:
    None
  • Environment:
    maven 2.0.7, Java any (: 1.5.0_12) the same on Windows XP and Linux

Description

xdoc translation to html is broken
<param> tag is removed from generated html

We have this fragment in the code:
—
<div align="center">
<applet code="org.microemu.applet.Main" width="226" height="471" archive="microemu-javase-applet.jar">
<param name="midlet" value="org.microemu.midp.examples.simpledemo.SimpleDemoMIDlet"/>
</applet>
</div>
–
translates to html:
—
<div align="center">
<applet code="org.microemu.applet.Main" width="226" height="471" archive="microemu-javase-applet.jar">
</div>
—

<param> tag is removed from generated html

Project: http://snapshot.microemu.org/

Solution we have now is to rollback maven-site-plugin to <version>2.0-beta-5</version>

Issue Links

depends upon

Bug - A problem which impairs or prevents the functions of the product. DOXIA-201 <param> tags are always parsed as macro parameters

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Task - A task that needs to be done. MSITE-298 Update to Doxia 1.1.1

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Lukas Theussl added a comment - 17/Jul/09 1:52 AM

Fixed with MSITE-298.

Show
Lukas Theussl added a comment - 17/Jul/09 1:52 AM Fixed with MSITE-298.

People

  • Assignee:
    Lukas Theussl
    Reporter:
    Vlad Skarzhevskyy
Vote (0)
Watch (1)

Dates

  • Created:
    16/Jan/08 11:37 AM
    Updated:
    17/Jul/09 1:52 AM
    Resolved:
    17/Jul/09 1:52 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.