[
https://issues.apache.org/jira/browse/DERBY-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493840
]
Andrew McIntyre commented on DERBY-2373:
----------------------------------------
Most of the warnings seen with the new FOP build are identical to the warnings
that we were seeing with the old FOP, but the new warnings are quite a bit more
verbose. For example, the new error:
[fop] May 4, 2007 3:56:56 PM org.apache.fop.fo.PropertyList
convertAttributeToProperty
[fop] SEVERE: Ignoring property: column-number=""
(file:///Users/andrewm/derby-docs/out/pt_BR/ref/refderby.fo:6038:160: No
conversion defined ; property:'column-number')
is the same as the old error:
[fop] [ERROR] Error in column-number property value '':
org.apache.fop.fo.expr.PropertyException: No conversion defined
Note that most of these warnings were present before the FOP upgrade. The
problem with the tables in the pt_BR reference manual that were resolved as
part of DERBY-2473 were a different, but related, problem.
As noted in DERBY-2473 and previously in the comments for this bug, most but
not all of these warnings can be eliminated if someone has the time to fix
them. In the case of the pt_BR reference manual, which produces more warnings
than most of the other manuals combined, the <entry> elements inside tables
need to be refactored to more closely conform to what the DITA toolkit expects
for table entries.
Please close this bug if you find this to be a sufficient explanation for the
new behavior of the FOP warning text. We can open new JIRA issues for cleaning
up warnings in specific manuals.
> Upgrade documentation PDF builds to use FOP .93
> -----------------------------------------------
>
> Key: DERBY-2373
> URL: https://issues.apache.org/jira/browse/DERBY-2373
> Project: Derby
> Issue Type: Improvement
> Components: Build tools, Documentation
> Affects Versions: 10.3.0.0
> Reporter: Andrew McIntyre
> Assigned To: Andrew McIntyre
> Fix For: 10.3.0.0
>
> Attachments: derby-2373.diff, derby-2373.stat
>
>
> The current doc build uses FOP 0.20.5, which is rather outdated at this
> point. The documentation build should be updated to use FOP 0.93.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.