[ 
https://issues.apache.org/jira/browse/LUCENE-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13636564#comment-13636564
 ] 

Uwe Schindler commented on LUCENE-4944:
---------------------------------------

It is strange that JTidy does not already detect this bug! The resulting HTML 
has multiple identical "id=" attributes, and that clearly violates the HTML 
spec. Maybe we miss a option enforcing this in the JTidy ANT target? Making 
JTidy fail would be the simpliest and most logical thing to do.
                
> changes2html.pl does not detect duplicate sections in the changes.txt
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-4944
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4944
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 4.2
>            Reporter: Uwe Schindler
>
> When reviewing the release artifacts of Lucene 4.3, I noticed that 
> CHANGES.txt contains a section "api changes" 2 times. The changes2html 
> converter should maybe complain about that and fail the build. Otherwise the 
> generated HTML contains the same anchor element two times for one release and 
> the open/close logic breaks (it only open/closes the first one, although you 
> click on the second one).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to