[
https://issues.apache.org/jira/browse/OFBIZ-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046879#comment-17046879 ]
Jacques Le Roux commented on OFBIZ-6638:
----------------------------------------
Mmm,
I tried to replace in birt build.gradle
pluginLibsCompile('org.eclipse.birt.runtime:viewservlets:4.5.0')
by
pluginLibsCompile('org.eclipse.birt.runtime:viewservlets:4.3.1')
and, even when adding mavenCentral() repository, got
{noformat}
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\projectsASF\Git\ofbiz-framework\build.gradle' line: 1043
* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find commons-discovery:axis:1.4.
Searched in the following locations:
-
https://jcenter.bintray.com/commons-discovery/axis/1.4/axis-1.4.pom -
https://jcenter.bintray.com/commons-discovery/axis/1.4/axis-1.4.jar - file:/C:/Users/Jacques/.m2/repository/commons-discovery/axis/1.4/axis-1.4.pom
- file:/C:/Users/Jacques/.m2/repository/commons-discovery/axis/1.4/axis-1.4.jar
-
https://repo.maven.apache.org/maven2/commons-discovery/axis/1.4/axis-1.4.pom -
https://repo.maven.apache.org/maven2/commons-discovery/axis/1.4/axis-1.4.jar Required by:
project : > project :plugins:birt > org.eclipse.birt.runtime:viewservlets:4.3.1
{noformat}
Any ideas?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)