Bug 1071943 - Manual does not compile in f20
Summary: Manual does not compile in f20
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: defensive-coding-guide
Version: devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Eric Christensen
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-03 14:14 UTC by Nikos Mavrogiannopoulos
Modified: 2014-06-27 15:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-27 15:12:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2014-03-03 14:14:22 UTC
Description of problem: Does not compile

How reproducible:
In f20, after installing publican" and the "publican-fedora" packages, try "make build-manual".

Output:
...
Can't open file 'tmp/en-US/xml_tmp/Web_Applications.xml' 
not well-formed (invalid token) at line 46, column 43, byte 2693:

Won't be escaped (DON'T DO THIS!)
<h:outputText value="#{param.name}" escape=false>
==========================================^
</code>

 at /usr/lib64/perl5/vendor_perl/XML/Parser.pm line 187.
 at /usr/share/perl5/vendor_perl/Publican/Builder/DocBook4.pm line 484.
make: *** [build-manual] Error 255


using escape="false" instead fixes the issue, but different errors show up. I'm not familiar with docbook to provide a fix.

Comment 1 Eric Christensen 2014-06-27 15:12:53 UTC
I've moved Web_Applications.xml to Web_Applications.txt as this needs to be marked up.  The guide should build now.


Note You need to log in before you can comment on or make changes to this bug.