[
https://issues.apache.org/jira/browse/FOP-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17041771#comment-17041771
]
Simon Steiner commented on FOP-2913:
------------------------------------
It doesnt work:
[ERROR] Failed to execute goal on project fop-core: Could not resolve
dependencies for project org.apache.xmlgraphics:fop-core:jar:2.5.0-SNAPSHOT:
Could not find artifact javax.media:jai_core:jar:1.1.3 in apache.releases.https
(https://repository.apache.org/content/repositories/releases), try downloading
from https://jai.dev.java.net/binary-builds.html -> [Help 1]
> wrong coordinates for jai_core: hyphen should be underscore
> -----------------------------------------------------------
>
> Key: FOP-2913
> URL: https://issues.apache.org/jira/browse/FOP-2913
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: Elliotte Rusty Harold
> Assignee: Simon Steiner
> Priority: Major
>
> Found in Doxia build. See
> [https://issues.apache.org/jira/projects/DOXIASITETOOLS/issues/DOXIASITETOOLS-223]
>
> Hyphen should be underscore
>
> <dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId>
> <version>1.1.3</version> <scope>compile</scope> </dependency>
>
> should be
>
> <dependency> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId>
> <version>1.1.3</version> <scope>compile</scope> </dependency>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)