Mark created BATIK-1167:
---------------------------

             Summary: maven dependencies incomplete for rasterizer module
                 Key: BATIK-1167
                 URL: https://issues.apache.org/jira/browse/BATIK-1167
             Project: Batik
          Issue Type: Bug
          Components: SVG Rasterizer
    Affects Versions: 1.7.1
            Reporter: Mark
            Priority: Minor


SVG2JPEG transcoding example only works after I tediously found out what was 
missing:

        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-transcoder</artifactId>
            <version>1.9.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-codec</artifactId>
            <version>1.9.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>xmlgraphics-commons</artifactId>
            <version>2.1</version>
        </dependency>

In addition to that, it didn't help that in version 1.8 stuff was built without 
debug symbols despite the fact that debug symbols have no performance impact in 
Java. Additionally, exception causes are getting suppressed by 
TranscoderException which doesn't help either (ImageWriter implementations were 
missing too, ie. batik-codec).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to