You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2007/11/07 07:11:24 UTC

DO NOT REPLY [Bug 43804] New: - Unnecessary jar dependencies

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: batik-dev@xmlgraphics.apache.org
        ReportedBy: cam@apache.org


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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org