Bug 1008820

Summary: Incorrect ENTITY declaration in Book.xml files
Product: [Community] PressGang CCMS Reporter: mmurray
Component: CSProcessorAssignee: Lee Newson <lnewson>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1CC: lnewson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.0.3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-24 05:49:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description mmurray 2013-09-17 06:53:57 UTC
Description of problem:
Generated ENTITY declaration in XML file header is incorrect in <Book>.xml file. Fine in all other files.

Publican completes the build with the error but jDocBook building fails.

Version-Release number of selected component (if applicable):
CSProcessor client version: 1.0.2

How reproducible:
100%

Actual results:
<!ENTITY % BOOK_ENTITIES SYSTEM "Getting_Started_Guide.xml">

Expected results:
<!ENTITY % BOOK_ENTITIES SYSTEM "Getting_Started_Guide.ent">

Comment 1 Lee Newson 2013-09-17 07:47:42 UTC
Fixed in csprocessor 1.0.3

This was caused by using the wrong method to calculate the name entity filename/path.

Comment 3 mmurray 2013-09-17 23:59:23 UTC
Thanks Lee. I've installed the dev version and yep it's working.

Comment 4 Lee Newson 2013-09-24 05:49:23 UTC
Version 1.0.3 is now in the internal repo, so marking this as CLOSED CURRENTRELEASE.