Hi!
I want to add hyphenation pattern for Russian to my project.
So I downloaded fop-hyph.jar from http://offo.sourceforge.net
After that I tried to include it to classpath, but there is no effect.
In file 'asciidoctor-fopub/build/fopub/bin/fopub' classpath variable is overwriting by command:
CLASSPATH=$APP_HOME/lib/fopub-1.0.0-SNAPSHOT.jar:.. (line 63).
After changing it to: CLASSPATH=$CLASSPATH:$APP_HOME/lib/fopub-1.0.0-SNAPSHOT.jar:.. and including fop-hyph.jar into classpath in my makefile hyphenation starts working.
Please, fix it, or give me advise how to solve this issue in shorter way.
Hi! I want to add hyphenation pattern for Russian to my project. So I downloaded
fop-hyph.jar
from http://offo.sourceforge.net After that I tried to include it to classpath, but there is no effect.In file 'asciidoctor-fopub/build/fopub/bin/fopub' classpath variable is overwriting by command:
CLASSPATH=$APP_HOME/lib/fopub-1.0.0-SNAPSHOT.jar:..
(line 63).After changing it to:
CLASSPATH=$CLASSPATH:$APP_HOME/lib/fopub-1.0.0-SNAPSHOT.jar:..
and includingfop-hyph.jar
into classpath in my makefile hyphenation starts working.Please, fix it, or give me advise how to solve this issue in shorter way.
Best regards.