[jira] [Commented] (BATIK-1229) rasterizer misses xml-apis dependency
"Yetesh Chaudhary (JIRA)" <[email protected]> Fri, 1 Jun 2018 21:13:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.batik.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/BATIK-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498580#comment-16498580 ]
Yetesh Chaudhary commented on BATIK-1229:
-----------------------------------------
I think this is a bug in AbstractElement class in batik-dom-1.10
> rasterizer misses xml-apis dependency
> -------------------------------------
>
> Key: BATIK-1229
> URL: https://issues.apache.org/jira/browse/BATIK-1229
> Project: Batik
> Issue Type: Bug
> Components: SVG Rasterizer
> Affects Versions: 1.10
> Reporter: Michiel W. Beijen
> Priority: Major
>
> Since 1.10, the rasterizer misses a dependency on xml-apis:
> {code}
> /usr/local/bin/batik-rasterizer src/image/favicon.svg -d build/favicon.png
> About to transcode 1 SVG file(s)
> Converting favicon.svg to build/favicon.png ... Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/w3c/dom/ElementTraversal
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
> {code}
> This is very similar to this issue --> https://github.com/mkolisnyk/cucumber-reports/issues/63#issuecomment-185367974
> I've installed batik via homebrew on macOS. Previous versions 1.8 and 1.9 seemed to work just fine.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)