-0: I found 2 problems

1. problem with xdoc files: an additional newline is added to the generated 
HTML after every closing tag.
If there shouldn't be any space between the tag and the text immediately 
following, this causes an unwanted space. This causes trouble in <pre> 
sections too, where this newline is visible.

I tracked down the issue from doxia-module-xdoc to doxia-core, and the code is 
very simple to fix: in AbstractXmlSink.java, writeEndTag method appends an 
EOL
I immediately open a Jira issue and fix the code.

2. breadcrumbs section looks horrible when viewed in Konqueror: text is 
highlighted in green
I'll track down the issue and report when fixed.


The second issue is not a showstopper, since Konqueror is not too widely used. 
For the first one, I'm more hesitating: it clearly breaks some of my 
projects's sites, but if I'm the only one...

regards,

Hervé

Le samedi 24 novembre 2007, Dennis Lundberg a écrit :
> Hi,
>
> I'd like to release maven-site-plugin 2.0-beta-6.
>
> We have resolved 36 issues since the last release, 18 months ago.
>
> Release Notes:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=
>Html&version=12151
>
> Tag:
> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.0-b
>eta-6/
>
> Staging repo:
> http://people.apache.org/~dennisl/staging-repository-site-plugin/
>
> The vote will be open for 72 hours.
>
>
> Here is my +1



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to