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=43
804>.
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
a>
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:
▪
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.
▪ 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.
▪
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=ema
il
------- 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
|