Bug 645864 - ttf2svg does something wrong with the classpath
Summary: ttf2svg does something wrong with the classpath
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: batik
Version: 13
Hardware: All
OS: Linux
low
urgent
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-22 17:25 UTC by James Heather
Modified: 2010-11-09 10:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-09 10:39:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Heather 2010-10-22 17:25:29 UTC
Description of problem:

[james@oscar homehub]$ ttf2svg
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/svggen/font/SVGFont
	at org.apache.batik.apps.ttf2svg.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.apache.batik.svggen.font.SVGFont
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
	... 1 more
[james@oscar homehub]$ 

Version-Release number of selected component (if applicable):

batik-ttf2svg-1.7-6.fc12.noarch (but this is the version that comes with F13, despite the 'fc12' tag)

How reproducible:

100%

Steps to Reproduce:
1. run 'ttf2svg'
  
Actual results:

See above for ClassNotFoundException error.

Expected results:

ttf2svg runs

Comment 1 Fedora Update System 2010-10-25 12:56:32 UTC
batik-1.7-9.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/batik-1.7-9.fc13

Comment 2 Fedora Update System 2010-10-25 12:58:53 UTC
batik-1.7-9.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/batik-1.7-9.fc14

Comment 3 Fedora Update System 2010-11-04 23:40:48 UTC
batik-1.7-9.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2010-11-04 23:41:17 UTC
batik-1.7-9.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Alexander Kurtakov 2010-11-09 10:39:25 UTC
Closing.


Note You need to log in before you can comment on or make changes to this bug.