You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Chris Hannah (JIRA)" <ji...@apache.org> on 2017/05/09 17:22:04 UTC

[jira] [Updated] (FOP-2705) FOP 2.2 Doesn't Compile Due to Batik Dependencies

     [ https://issues.apache.org/jira/browse/FOP-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Hannah updated FOP-2705:
------------------------------
    Description: 
I switched to FOP 2.2 so that I could get the fix for FOP-2525. When I changed my FOP dependency to 2.2 my project would not compile. FOP 2.2 uses version 1.9 for Batik dependencies. It appears that some Batik dependencies reference a parent in their POM which does not exist. I resolved the issue in my project by excluding all Batik dependencies for the FOP, and pulling in version 1.8 for all Batik dependencies. I assume that using the Batik 1.9 dependencies is desire, so, maybe this should be a BATIK issue instead.

I pulled the FOP 2.2 dependency from Maven Central. Here is the error that I get when running my build.

Failed to collect dependencies at org.apache.xmlgraphics:fop:jar:2.2 -> org.apache.xmlgraphics:batik-svg-dom:jar:1.9 -> org.apache.xmlgraphics:batik-awt-util:jar:1.9: Failed to read artifact descriptor for org.apache.xmlgraphics:batik-awt-util:jar:1.9: Could not find artifact org.apache.xmlgraphics:batik:pom:1.9

  was:
I switched to FOP 2.2 so that I could get the fix for FOP-2525. When I changed my FOP dependency to 2.2 my project would not compile. FOP 2.2 uses version 1.9 for Batik dependencies. It appears that some Batik dependencies reference a parent in their POM which does not exist. I resolved the issue in my project by excluding all Batik dependencies for the FOP, and pulling in version 1.8 for all Batik dependencies. I assume that using the Batik 1.9 dependencies is desire, so, maybe this should be a BATIK issue instead.

I pulled the FOP 2.2 dependency from Maven Central.


> FOP 2.2 Doesn't Compile Due to Batik Dependencies
> -------------------------------------------------
>
>                 Key: FOP-2705
>                 URL: https://issues.apache.org/jira/browse/FOP-2705
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Chris Hannah
>            Priority: Critical
>
> I switched to FOP 2.2 so that I could get the fix for FOP-2525. When I changed my FOP dependency to 2.2 my project would not compile. FOP 2.2 uses version 1.9 for Batik dependencies. It appears that some Batik dependencies reference a parent in their POM which does not exist. I resolved the issue in my project by excluding all Batik dependencies for the FOP, and pulling in version 1.8 for all Batik dependencies. I assume that using the Batik 1.9 dependencies is desire, so, maybe this should be a BATIK issue instead.
> I pulled the FOP 2.2 dependency from Maven Central. Here is the error that I get when running my build.
> Failed to collect dependencies at org.apache.xmlgraphics:fop:jar:2.2 -> org.apache.xmlgraphics:batik-svg-dom:jar:1.9 -> org.apache.xmlgraphics:batik-awt-util:jar:1.9: Failed to read artifact descriptor for org.apache.xmlgraphics:batik-awt-util:jar:1.9: Could not find artifact org.apache.xmlgraphics:batik:pom:1.9



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)