Chris Bowditch wrote: > Ben Spencer wrote: >> A little problem creating a font.xml file: >> >> Notes: -) the following actually was run as root, so, the "permission >> denied" >> errors are suspicious. >> -) I have tried it from a couple of different Linux system (different >> dist versions of RedHat), and had the same results. >> >> >> java -cp >> build/fop.jar;lib/avalon-framework.jar;lib/commons-logging.jar;lib/commo >> ns-io.jar \ >> org.apache.fop.fonts.apps.TTFReader -d DEBUG /tmp/arial.ttf >> /tmp/arial.xml > > The classpath components should be separated by ":" on linux and not > ";" which is used on Windows systems.
Yes, I had the same issue some days ago. Under Linux, you have to use ":" and not ";". Another thing: In my FOP-installation (0.93), the jars in the lib directory are named with version numbers, for example avalon-framework.jar is avalon-framework-4.2.0.jar, commons-logging.jar is commons-logging-1.0.4.jar and so on. You have to consider that also. Best, Tom -- ---------------------------- http://www.thomas-zastrow.de German Forum - DTP under Linux: http://www.opendtp.de ---------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
