You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Randall J. Parr" <RP...@TemporalArts.COM> on 2002/04/20 16:31:22 UTC

error generating font metrics file

Have FOP 0.20.3 installed and have successfully used it to convert
various FO to PDF (including the examples).

Trying to install another font.
Following instructions at xml/apache.org/fop/fonts.html
I run the following small script

-----------------------------------

FOPHOME=/java/java/Apache/fop

LOCALCLASSPATH=\
${FOPHOME}/build/fop.jar\
:${FOPHOME}/lib/xerces.jar\
:${FOPHOME}/lib/xalan.jar\
:${FOPHOME}/lib/batik.jar\

java -cp ${LOCALCLASSPATH} org.apache.fop.fonts.apps.PFMReader $*

----------------------------------------------

$ mkfopfont go01bjsa.pfm go01bjsa.xml

Exception in thread "main" java.lang.NoClassDefFoundError:
  org/apache/xml/serialize/BaseMarkupSerializer

====================================

Is this a known problem?
Am I doing something wrong?

I apologize for asking a question that has probably been asked 100 times
BUT there doesn't seem to be any working archives for this list.
What's up with that?

R.Parr
TemporalArts