Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Orbit EBR - problem

Hi folks,

I'm going to add the following libraries to Orbit via EBR:

SWTChart 0.9.0 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10491
EJML 0.27.0 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10492
ConcurrentLinkedHashMap 1.4.0 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10493
Javassist 3.19.0 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10494
OrientDB 2.0.9 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10495

But after checking out the orbit/orbit-recipes from Gerrit, I ran into problems when running the first build instruction from the README.md:

mvn clean install

java.lang.UnsupportedClassVersionError: org/eclipse/ebr/maven/EclipseIpInfoMojo : Unsupported major.minor version 52.0
...
[ERROR] Failed to execute goal org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT:eclipse-ip-info (default) on project orbit-recipes: Execution default of goal org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT:eclipse-ip-info failed: Unable to load the mojo 'eclipse-ip-info' in the plugin 'org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/eclipse/ebr/maven/EclipseIpInfoMojo : Unsupported major.minor version 52.0

My settings are:

java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00)
Maven home: /opt/Maven/apache-maven-3.3.3
Java version: 1.7.0_91, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "3.19.0-39-generic", arch: "amd64", family: "unix"

Linux pwenig-XPS-8500 3.19.0-39-generic #44-Ubuntu SMP Tue Dec 1 14:39:05 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Does anyone had this issue before?


Best,
Philip

--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~



Back to the top