[jira] [Created] (BATIK-1234) [PATCH] Batik tools cannot be run using java -jar xxx.jar when built with Maven

Jan Tošovský (JIRA) <[email protected]> Mon, 18 Jun 2018 21:25:00 +0000 (UTC)
Newsgroups gmane.text.xml.batik.devel
Message-ID <[email protected]>
Jan Tošovský created BATIK-1234:
-----------------------------------

             Summary: [PATCH] Batik tools cannot be run using java -jar xxx.jar when built with Maven
                 Key: BATIK-1234
                 URL: https://issues.apache.org/jira/browse/BATIK-1234
             Project: Batik
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Jan Tošovský


When Batik is built with Maven and then prepared for distribution via ant's dist-zip goal, all Batik tools (Squiggle, Rasterizer, ...) end up one folder up in the root folder. In this case, however, there are wrong paths to all dependencies in the manifest file.

So instead of executing tools via e.g. 'java -jar batik-rasterizer.jar' all dependencies have to be specified using java -cp ... org.apache.batik.apps.rasterizer.Main.

The proposed patch fixes this by specifying the 'classpathPrefix' option in the maven-jar-plugin.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)