[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Build errors in pdf docs

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Sat, 13 Dec 2008 09:34:40 +0100

Simon Large wrote:
> Hi folks,
>
> I am getting a bunch of errors building the pdf docs. Should we be
> worried about this?
>
> xsltproc:
>
> [echo] Processing XML Source
> [echo] Stylesheet: ./xsl/pdfdoc.xsl
> [echo] Parameters: --nonet --xinclude
> [exec] Making portrait pages on A4 paper (210mmx297mm)
> [exec] 12-Dec-2008 22:41:18 org.apache.fop.fonts.FontInfo
> notifyFontReplacement
> [exec] WARNING: Font 'Symbol,normal,700' not found. Substituting
> with 'Symbol,normal,400'.
> [exec] 12-Dec-2008 22:41:18 org.apache.fop.fonts.FontInfo
> notifyFontReplacement
> [exec] WARNING: Font 'ZapfDingbats,normal,700' not found.
> Substituting with 'ZapfDingbats,normal,400'.
> [exec] 12-Dec-2008 22:41:18 org.apache.fop.hyphenation.Hyphenator
> getHyphenationTree
> [exec] SEVERE: Couldn't find hyphenation pattern en
> [exec] 12-Dec-2008 22:41:22 org.apache.fop.fonts.FontInfo
> notifyFontReplacement
> [exec] WARNING: Font 'ZapfDingbats,italic,400' not found.
> Substituting with 'ZapfDingbats,normal,400'.
> [exec] 12-Dec-2008 22:41:26
> org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm
> updateData2
> [exec] WARNING: Line 1 of a paragraph overflows the available
> area by 16725mpt. (fo:block, location: 2264/367)
> [exec] 12-Dec-2008 22:41:46
> org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm
> updateData2
> [exec] WARNING: Line 1 of a paragraph overflows the available
> area by 28725mpt. (fo:block, location: 7949/367)
> [exec] 12-Dec-2008 22:41:46
> org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm
> updateData2
> [exec] WARNING: Line 1 of a paragraph overflows the available
> area by morethan 50 points. (fo:block, location: 7949/367)
> [exec] 12-Dec-2008 22:41:46
> org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm
> updateData2
> [exec] WARNING: Line 1 of a paragraph overflows the available
> area by 4725mpt. (fo:block, location: 7949/367)
> [exec] 12-Dec-2008 22:41:47 org.apache.fop.fo.flow.ExternalGraphic bind
> [exec] SEVERE: Image not available: No ImagePreloader found for
> images/svn_move.swf
> [exec] 12-Dec-2008 22:41:47 org.apache.fop.fo.flow.table.TableColumn bind
> [exec] WARNING: table-layout="fixed" and column-width unspecified
> => falling back to proportional-column-width(1)
> [exec] 12-Dec-2008 22:41:47 org.apache.fop.fo.flow.table.TableColumn bind
> [exec] WARNING: table-layout="fixed" and column-width unspecified
> => falling back to proportional-column-width(1)
> [exec] 12-Dec-2008 22:41:47 org.apache.fop.fo.flow.table.TableColumn bind
> [exec] WARNING: table-layout="fixed" and column-width unspecified
> => falling back to proportional-column-width(1)
> [exec] 12-Dec-2008 22:41:49 org.apache.fop.fo.properties.PropertyMaker make
> [exec] WARNING: span="inherit" on fo:block, but no explicit value
> found on the parent FO.
>
> BUILD SUCCEEDED - 0 non-fatal error(s), 27 warning(s)
>
> Can someone with more knowledge of the doc build process advise on
> this one please.

These are only warnings. You can ignore most of those.

The "Font XXX not found" indicates that a font (or a glyph in a font) is
not available on your system. You can either try to install the required
font or just ignore it: as the warning indicates it uses another
font/glyph instead.

The "paragraph overflows" message means that a line is too long to fit
on the page. This happens if a word is too long or e.g., with the
<screen> tag (because that must not be broken into several lines).
You can try to shorten those lines in the doc files.

The "no imagepreloader found for images/svn_move.swf" means that the swf
file won't be shown in the pdfs (which is fine by me).

The "table-layout="fixed" and column-width unspecified" maybe could be
fixed by specifiying the table layout.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=983683
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2008-12-13 09:34:59 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.