Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Package org.eclipse.persistence.internal.libraries.asm not found building EclipseLink 2.7.0
Package org.eclipse.persistence.internal.libraries.asm not found building EclipseLink 2.7.0 [message #1807949] Thu, 13 June 2019 05:55 Go to next message
Pavel No is currently offline Pavel NoFriend
Messages: 47
Registered: May 2016
Member
Hi all, these are the commands:

    git clone https://github.com/eclipse-ee4j/eclipselink.git
    cd eclipselink
    git checkout tags/2.7.0
    ant -f antbuild.xml -Djunit.lib=/home/name/.m2/repository/junit/junit/4.12/junit-4.12.jar -Djmockit.jar=/home/name/.m2/repository/org/jmockit/jmockit/1.18/jmockit-1.18.jar

And this is the result:
     [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.0-SNAPSHOT @ /home/name/Temp/eclipselink/sdo/org.eclipse.persistence.sdo/pom.xml
     [java] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
     [java] [ERROR] Cannot resolve project dependencies:
     [java] [ERROR]   Software being installed: org.eclipse.persistence.sdo 2.7.0.qualifier
     [java] [ERROR]   Missing requirement: org.eclipse.persistence.sdo 2.7.0.qualifier requires 'package org.eclipse.persistence.internal.libraries.asm [6.0.0,7.0.0)' but it could not be found
     [java] [ERROR] 
     [java] [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
     [java] [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.0-SNAPSHOT @ /home/name/Temp/eclipselink/sdo/org.eclipse.persistence.sdo/pom.xml: See log for details -> [Help 1]
     [java] [ERROR] 
     [java] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
     [java] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
     [java] [ERROR] 
     [java] [ERROR] For more information about the errors and possible solutions, please read the following articles:
     [java] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException


Could anyone help to fix it?

[Updated on: Thu, 13 June 2019 05:56]

Report message to a moderator

Re: Package org.eclipse.persistence.internal.libraries.asm not found building EclipseLink 2.7.0 [message #1832210 is a reply to message #1807949] Fri, 11 September 2020 20:17 Go to previous messageGo to next message
John Bullock is currently offline John BullockFriend
Messages: 5
Registered: September 2020
Junior Member
I'm having the same problem building the 3.0.0-SNAPSHOT. The error messages suggest help might be found at https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting. But I don't find this very helpful. Can anyone suggest what to read to learn how do debug this error?
Re: Package org.eclipse.persistence.internal.libraries.asm not found building EclipseLink 2.7.0 [message #1832304 is a reply to message #1832210] Tue, 15 September 2020 19:26 Go to previous message
John Bullock is currently offline John BullockFriend
Messages: 5
Registered: September 2020
Junior Member
The library org.eclipse.persistence:org.eclipse.persistence.asm:jar in maven central is versioned with all the other eclipselink artifacts, so I would expect our build should depend on asm version 2.7.0 just like the whole project. What is going on with the version range [6.0.0,7.00)? What am I missing here?
Previous Topic:Oracle Hints in subqueries
Next Topic:ConcurrentModificationException in query execution
Goto Forum:
  


Current Time: Sat Apr 20 03:32:43 GMT 2024

Powered by FUDForum. Page generated in 0.03042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top