Bug 6307 - FOP interference with Batik
Summary: FOP interference with Batik
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: svg (show other bugs)
Version: all
Hardware: All All
: P3 major
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-07 13:58 UTC by Mikael St
Modified: 2012-04-01 07:12 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael St 2002-02-07 13:58:50 UTC
FOP includes an old version of Batik, and this makes it impossible to use FOP 
and Batik 1.1.1 at the same time. FOP can not make use of Batik 1.1.1.

prompt>java -classpath batik-rasterizer.jar;fop.jar 
org.apache.batik.apps.rasterizer.Main batikLogo.svg

and you will get this error:

Exception in thread "main" java.lang.AbstractMethodError
        at org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.<init>
(Unknown Source)
        at org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.<clinit>
(Unknown Source)
        at org.apache.batik.transcoder.image.ImageTranscoder.<init>(Unknown 
Source)
        at org.apache.batik.transcoder.image.PNGTranscoder.<init>(Unknown 
Source)
        at org.apache.batik.apps.rasterizer.DestinationType.getTranscoder
(Unknown Source)
        at org.apache.batik.apps.rasterizer.SVGConverter.execute(Unknown Source)
        at org.apache.batik.apps.rasterizer.Main.execute(Unknown Source)
        at org.apache.batik.apps.rasterizer.Main.main(Unknown Source)
Comment 1 Mikael St 2002-06-23 16:16:46 UTC
FOP 0.20.3 works with Batik 1.1.1. But I'm not sure what will happend when a 
new version of Batik comes.
Comment 2 J.Pietschmann 2002-06-23 16:42:00 UTC
The next maintenance versions will adopt Batik interface changes.
Comment 3 keiron 2002-06-28 14:12:39 UTC
FOP will be updated to work with Batik as appropriate.
FOP version 0.20.4 will work with Batik 1.5beta2 and beta3.
Comment 4 Glenn Adams 2012-04-01 07:12:05 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed