Hi Johannes,

i've already tried this trick.. but with no results... ;(

Pierre-Yves Landuré
Dorigo consultants
www.dorigo-consultants.com


Johannes Künsebeck a écrit :
I had similar problems, but I forgot how to solve it...
Maybe you should try to create the file first with "touch
upirpaw.ttf.xml", that should stop the java.io.FileNotFoundException.
If the TTFReader trys to read a file it should write, it sounds like a
bug to me...
(testing...) hmmm, im not able to reproduce the exception with the trunk
version
Hannes




Pierre-Yves Landuré wrote:
  
Hi,

I've got the following error while trying to generate font metrics.
I'm encountering this problem on Debian Sarge for AMD 64, using JDK
1.5.0 update 6. Fop version is 0.20.5
I've looked in google for solutions, but i can't find anything.


Have some of you encountered this problem ? Is there a solution to it ?

Thanx for help,

Pierre-Yves Landuré
Dorigo consultants
http://www.dorigo-consultants.com

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)
        at
org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:263)
        at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:296)
        at
org.apache.fop.fonts.apps.TTFReader.writeFontXML(TTFReader.java:243)
        at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java:196)
Caused by: java.io.FileNotFoundException:
file:/var/www/ecd/media/fonts/upirpaw.ttf.xml (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at
org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:253)
        ... 3 more
---------
java.io.FileNotFoundException:
file:/var/www/ecd/media/fonts/upirpaw.ttf.xml (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at
org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:253)
        at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:296)
        at
org.apache.fop.fonts.apps.TTFReader.writeFontXML(TTFReader.java:243)
        at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java:196)
This font contains no embedding license restrictions

    

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



  

Reply via email to