On Thu, Nov 19, 2009 at 11:04:06AM +0100, Isabel Hofherr wrote:
> 
> 3.       So I decide to generate an appropriate font metrics file for it by 
> entering the command line options:
> 
> java -cp build\fop.jar; -jar 
> lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.3.1.jar

You swapped the -cp and -jar arguments, and you cannot use the -jar
option for generating metric files, only for a normal fop run. Try

java -cp 
lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.3.1.jar
 org.apache.fop.fonts.apps.TTFReader "Q:\fop\fonts\ERARKOI8.TTF ERARKOI8.XML"

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to