RE: font install error

2004-12-04 Thread Andreas L. Delmelle
 -Original Message-
 From: Mike Sierra [mailto:[EMAIL PROTECTED]

Hi,

 I'm trying to install a custom font for the first time, and am running
 this command as spec'ed in the doc:

 $ java -cp
 build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/

Well... the example command on the website may be a bit simplified. Check
FOP's lib directory, and make sure avalon-framework.jar is not actually
named avalon-framework-{version}.jar or something like that.

HTH!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: font install error

2004-12-04 Thread Andreas L. Delmelle
 -Original Message-
 From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
  -Original Message-
  From: Mike Sierra [mailto:[EMAIL PROTECTED]

  $ java -cp
  build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/

 Well... the example command on the website may be a bit simplified. Check
 FOP's lib directory, and make sure avalon-framework.jar is not actually
 named avalon-framework-{version}.jar or something like that.

And as an addition: same goes for the Xalan and Xerces jars --if you really
need them.

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



font install error

2004-12-03 Thread Mike Sierra
Pardon me if this is obvious or has been covered many times already,  
but I'm not a Java junkie and have trouble interpreting this error.   
I'm trying to install a custom font for the first time, and am running  
this command as spec'ed in the doc:

$ java -cp  
build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/ 
xercesImpl.jar:lib/xalan.jar org.apache.fop.fonts.apps.PFMReader  
MYFONT.pfm MYFONT.xml

Here's the error I get:
Exception in thread main java.lang.NoClassDefFoundError:  
org/apache/avalon/framework/logger/AbstractLogEnabled
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at  
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)

I confirmed the AbstractLogEnabled class exists.  What else could be  
wrong?

Thanks,
--Mike Sierra
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]