[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1479) PDF for ReferenceGuide is not created by build script
Prabhat Jha (JIRA)
jira-events at lists.jboss.org
Thu Jun 7 14:48:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1479?page=comments#action_12364582 ]
Prabhat Jha commented on JBPORTAL-1479:
---------------------------------------
I am logging these things so that I can revert to this jira if there is a similar problem. :-)
Now, I able to see this temp file and I see the problematic line
<fo:table table-layout="fixed" width="100%"><fo:table-column column-number="1" column-width="2.1666666666666665in"/><fo:table-column column-number="2" column-width="2.1666666666666665in"/><fo:table-column column-number="3" column-width="2.1666666666666665in"/><fo:table-row><fo:table-cell font-weight="bold"><fo:block>Permission</fo:block></fo:table-cell><fo:table-cell font-weight="bold"><fo:block>Allowed Actions</fo:block></fo:table-cell><fo:table-cell font-weight="bold"><fo:block>Implies</fo:block></fo:table-cell></fo:table-row><fo:table-row>
As the error says fo:table-row's parent node in this case is fo:table which as per http://www.docbook.org/tdg/en/html/table.html is not allowed. To see this temp file, comment <delete file="${basedir}/${build.dir}/${lang}/pdf/docbook_fop.tmp"/> the line in docbook-support\support.xml.
> PDF for ReferenceGuide is not created by build script
> -----------------------------------------------------
>
> Key: JBPORTAL-1479
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1479
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Portal Documentation
> Affects Versions: 2.6.CR2
> Reporter: Boleslaw Dawidowicz
> Assigned To: Prabhat Jha
> Fix For: 2.6 Final
>
>
> The pdf for the Reference Guide is not generated at the moment.
> http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-latest-doc/referenceGuide//pdf
> I think it was disabled in the main target but when I do:
> [referenceGuide]$ ant lang.docpdf -Dlang=en
> I get
> [java] [ERROR] file:/home/bdaw/Workshop/JBoss/portal/docs/trunk/referenceGuide/build/en/pdf/docbook_fop.tmp:4323:147 A table row must be child of fo:table-body, fo:table-header or fo:table-footer, not fo:table
> [java] Java Result: 2
> HTML is generated correctly so it doesn't seem to be wrong nested tags problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list