Error using TTFReader

2007-01-09 Thread Nicol Bolas
rg.apache.fop.fonts.apps.TTFReader It doesn't matter what parameters I use; it always gets that error. -- View this message in context: http://www.nabble.com/Error-using-TTFReader-tf2944457.html#a8233671 Sent from the FOP

Re: Error using TTFReader

2007-01-09 Thread Chris Bowditch
Nicol Bolas wrote: I'm attempting to import some fonts into FOP 0.93, but I'm running into trouble. I keep getting this error whenever I try to run TTFReader: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.fop.fonts.apps.TTF

Re: Error using TTFReader

2007-01-09 Thread Nicol Bolas
ris > > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Error-using-TTFReader-t

Re: Error using TTFReader

2007-01-09 Thread Jeremias Maerki
That means you're probably still on old JDK 1.3 which doesn't contain JAXP. Please add Xerces and Xalan to the classpath. On 10.01.2007 03:00:41 Nicol Bolas wrote: > > OK, I've gotten past that error using this command line: > > java -cp > build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons

Re: Error using TTFReader

2007-01-10 Thread Nicol Bolas
o the classpath. -- View this message in context: http://www.nabble.com/Error-using-TTFReader-tf2944457.html#a8255423 Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio