Just FYI, I made minimal progress. It appears that the ant rule is
called 'compile-hyphenation', which in my case is called this way:

$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant compile-hyphenation

which leads to an error deep down a java command:

$ /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xss512k -classpath
/home/mathieu/debian/fop/fop-2.1/build/classes
org.apache.fop.hyphenation.SerializeHyphPattern
/home/mathieu/debian/fop/fop-2.1/hyph
/home/mathieu/debian/fop/fop-2.1/build/classes/hyph
Processing /home/mathieu/debian/fop/fop-2.1/hyph/sa.xml
Exception in thread "main" java.lang.StackOverflowError
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
[...]
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)


Anyone out there building fop-hyph.jar manually ?

-M

---------------------------------------------------------------------
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