Hi,
i've finally found the problem. TTFReader does no work on Java 1.5. It
only work on java 1.4...
sob sob..
Pierre-Yves Landuré
Dorigo consultants
http://www.dorigo-consultants.com
Pierre-Yves Landuré a écrit :
Hi Chrish
here is the command that i use.
/usr/bin/java -cp
/var/www/ecd/modules/movie/common/fopFonts/fop.jar:/var/www/ecd/modules/movie/common/fopFonts/avalon-framework.jar:/var/www/ecd/modules/movie/common/fopFonts/xml-apis.jar:/var/www/ecd/modules/movie/common/fopFonts/xercesImpl.jar:/var/www/ecd/modules/movie/common/fopFonts/xalan.jar
org.apache.fop.fonts.apps.TTFReader upirpaw.ttf upirpaw.ttf.xml
I believe that it is correct...
Pierre-Yves Landuré
Dorigo consultants
http://www.dorigo-consultants.com
Chris Bowditch a écrit :
Pierre-Yves
Landuré wrote:
<snip/>
TTF Reader v1.1.1
Reading upirpaw.ttf...
Number of glyphs in font: 280
Creating xml font file...
Creating CID encoded metrics
Writing xml font file upirpaw.ttf.xml...
javax.xml.transform.TransformerException:
java.io.FileNotFoundException:
file:/var/www/ecd/media/fonts/upirpaw.ttf.xml
(No such file or
directory)
Can you post up the command line used to invoke the TTFReader? Either
you specified a URL as the destination file. Which I don't think is
valid, or maybe FOP is using the fontBaseURL in the output path. In
either case the URL quoted above looks invalid to me. I reckon it
should be:
file:///var/www/ecd/media/fonts/upirpaw.ttf.xml
Chris
<snip/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|
- Re: TTF Reader : file not found exception ? Pierre-Yves Landuré
-