The command is: ant compile-hyphenation

You need to tell ant where your pattern directory is, by defining the
variable user.hyph.dir. You can do this in the file
build-local.properties in the fop directory, as follows:

user.hyph.dir=/path/to/your/directory/with/pattern/files,
e.g. user.hyph.dir=/home/lexa2009/fop/patterns, or
user.hyph.dir=C:\fop\patterns.

You can have only one hyphenation character and therefore only one
hyphen-char element. Your pattern file has no hyphenation patterns,
and therefore there will be no hyphenations in your texts. Then the
hyphenation character has no use.

Simon

On Fri, Apr 23, 2010 at 04:16:10AM -0700, lexa2009 wrote:
> 
> Hi, i make such pattern file:
> <hyphenation-info>
> <hyphen-char value="-"/>
> <hyphen-char value="="/>
> <hyphen-char value="+"/>
> <hyphen-char value=","/>
> <hyphen-char value="."/>
> <hyphen-min before="3" after="2"/>
> </hyphenation-info>
> 
> how to make fop work with it? i can not understand how to use ant for
> building it to fop format.

-- 
Simon Pepping
home page: http://www.leverkruid.eu

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to