https://issues.apache.org/bugzilla/show_bug.cgi?id=48975

           Summary: [PATCH] java.lang.NoClassDefFoundError:
                    org/apache/batik/util/XMLResourceDescriptor
           Product: XMLGraphicsCommons
           Version: Trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Java2D
        AssignedTo: [email protected]
        ReportedBy: [email protected]


While starting fop without batik jar, this error is shown in the logs:

Error while initializing the Batik SVG extensions
java.lang.NoClassDefFoundError: org/apache/batik/util/XMLResourceDescriptor 
       at
org.apache.fop.fo.extensions.svg.SVGElementMapping.initialize(SVGElementMapping.java:80)
 
(+long stack trace)

This is a warning, but is confusing some developers of my team. A quick check
on the web shows many people are confused with this.

This is not consistent with what other extensions do.

If the only consequence is that batik is disabled, the complete stack trace
should not be shown. A warning is enough, and debug info with complete stack
trace should be made available.

This quick patch fixes that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to