Issue Details (XML | Word | Printable)

Key: MSITE-153
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Niall Pemberton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Site Plugin

Paragraphs after list being "dropped" by site generation

Created: 30/Jun/06 02:35 AM   Updated: 12/Dec/06 04:55 PM
Component/s: None
Affects Version/s: 2.0-beta-5
Fix Version/s: 2.0-beta-5

Time Tracking:
Not Specified

File Attachments: 1. Text File mvn-site-output.txt (41 kB)
2. HTML File test.html (8 kB)
3. XML File test.xml (1 kB)

Issue Links:
Related
 


 Description  « Hide
When generating the Struts site, in some circumstances, the paragraphs that follow a list are disappearing from the generated document - the number of paragraphs dropped corresponds to the number of items in the list.

So if in the XML document I have something like the following, with 3 items in a list:

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</lu>

Then the first three paragraphs following the list disappear - see the list of shale committers:
http://struts.apache.org/announce.html

I have re-produced this in a simple test document which I'll attach - along with the output from running "mvn site"



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Niall Pemberton added a comment - 30/Jun/06 02:37 AM
Attaching three files demonstrating the problem:

1) test.xml - simple xml source file
2) test.html - generated page showing missing paragraphs
3) mvn-site-output.txt - output from running "mvn site"


Vincent Siveton added a comment - 27/Jul/06 04:18 PM
Corrected doxia skin