Re: Create fop-hyph.jar during build
Mathieu Malaterre <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <CA+7wUsxjL3uXA9bf0ysfsyPujSdOoxFoQAuOvs3Op6C-g2=sPw@mail.gmail.com> |
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