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

http://issues.apache.org/bugzilla/show_bug.cgi?id=43804

           Summary: Unnecessary jar dependencies
           Product: Batik
           Version: 1.7
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: (RFE) Request For Extension
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


There are a few jar dependencies that consist of only a small number of 
classes, and which make sense to remove:

  &#9642; org.apache.batik.gvt.svg12.MultiResGraphicsNode depends on GVTBuilder
    and BridgeContext from org.apache.batik.bridge.  The GVT package should
    be usable without the bridge package.

  &#9642; org.apache.batik.script.InterpreterPool uses
    org.apache.batik.dom.svg.SVGOMDocument just to determine if the interpreter
    should support SVG 1.2.  This should be changed to use a parameter to
    createInterpreter(), or perhaps just disappear when some SVG version
    consolidation happens.

  &#9642; org.apache.batik.script.rhino.EventTargetWrapper and
    org.apache.batik.script.rhino.svg12.GlobalWrapper depend on
    o.a.b.dom and o.a.b.dom.svg, respectively.  Wrapper classes should
    probably be provided by the bridge class that creates the interpreter.

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

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

Reply via email to