You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rick Hillegas <Ri...@Sun.COM> on 2008/08/06 22:08:27 UTC

errors building docs

In building the 10.4 docs, I see pages of errors like this:

      [fop] SEVERE: Ignoring property: column-number="" 
(file:///Users/rh161140/derby/docs/10.4/out/adminguide/derbyadmin.fo:543:788: 
No conversion defined ; property:'column-number')
      [fop] Aug 6, 2008 12:37:46 PM org.apache.fop.fo.PropertyList 
convertAttributeToProperty

and

      [fop] Aug 6, 2008 12:38:26 PM 
org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm 
updateData2
      [fop] WARNING: Line 1 of a paragraph overflows the available area. 
(fo:block, location: 284/517)

and

      [fop] Aug 6, 2008 12:51:57 PM org.apache.fop.area.RenderPagesModel 
checkPreparedPages
      [fop] WARNING: Page 13: Unresolved id reference "sqlj38441" found.

However, at first blush the resulting docs look ok. Are these errors 
expected? Is there something I should check in the generated docs which 
would verify whether they built correctly?

Thanks,
-Rick

Re: errors building docs

Posted by Kim Haase <Ca...@Sun.COM>.
Finally somebody else noticed! ;)

The resulting docs are fine, more or less. There are some 
cross-references that don't work right, as I recall, especially in the PDF.

I filed doc issues on these over a year ago (DERBY-2623 through 
DERBY-2629 to cover all the different errors and warnings), but they 
require a DITA toolkit expert to fix, I fear.

Kim

Rick Hillegas wrote:
> In building the 10.4 docs, I see pages of errors like this:
> 
>      [fop] SEVERE: Ignoring property: column-number="" 
> (file:///Users/rh161140/derby/docs/10.4/out/adminguide/derbyadmin.fo:543:788: 
> No conversion defined ; property:'column-number')
>      [fop] Aug 6, 2008 12:37:46 PM org.apache.fop.fo.PropertyList 
> convertAttributeToProperty
> 
> and
> 
>      [fop] Aug 6, 2008 12:38:26 PM 
> org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm 
> updateData2
>      [fop] WARNING: Line 1 of a paragraph overflows the available area. 
> (fo:block, location: 284/517)
> 
> and
> 
>      [fop] Aug 6, 2008 12:51:57 PM org.apache.fop.area.RenderPagesModel 
> checkPreparedPages
>      [fop] WARNING: Page 13: Unresolved id reference "sqlj38441" found.
> 
> However, at first blush the resulting docs look ok. Are these errors 
> expected? Is there something I should check in the generated docs which 
> would verify whether they built correctly?
> 
> Thanks,
> -Rick