DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6307>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6307

FOP interference with Batik

           Summary: FOP interference with Batik
           Product: Fop
           Version: all
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: svg
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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)

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

Reply via email to