Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Fix versions
Affects versions
Priority
Created March 22, 2018 at 12:35 AM
Updated May 11, 2018 at 8:29 PM
Resolved March 22, 2018 at 12:40 AM
This only affects 5.1 branch.
While releasing 5.1.13.Final, I got a failure when building the integration guide:
rendering Book(integrationsGuide) en-US/html
Extending script classloader with the jdocbookXsl dependencies
redirecting console output to file /home/gbadner/git/hibernate-orm-5.1.13/documentation/target/docbook/work/integrationsGuide/log/console-en-US-html.log
Error on line 1 column 1 of http://docbook.org/xml/5.0/dtd/docbook.dtd:
Error reported by XML parser: The markup declarations contained or pointed to by the document type declaration must be well-formed.
Resetting console output
:documentation:renderDocBook_integrationsGuide_en-US_html FAILED
This can be fixed by changing "http://docbook.org/xml/5.1/dtd/docbook.dtd" to "https://www.oasis-open.org/docbook/xml/5.0b5/dtd/docbook.dtd"
in src/main/docbook/integrationsGuide/en-US/Hibernate_Integrations_Guide.xml.