I have downloaded the openHAB IDE following this guide: https://www.openhab.org/docs/developer/development/ide.html#installation
It all worked as described. However, now, I am trying to install org.openhab.action.xmpp and I receive the error message below about an unresolvable dependency to javax.measure. My understanding is, that this is a new dependency in V2.3 of openHAB. Is there anything missing in the parent pom org.openhab.bundles 1.13.0-SNAPSHOT? Am I missing something? Any hints would be greatly appreciated.
All the best, Florian.
C:\Users\Florian\openhab2-master\git\openhab1-addons\bundles\action\org.openhab.action.xmpp>mvn install
[INFO] Scanning for projectsâŠ
[INFO] Computing target platform for MavenProject: org.openhab.action:org.openhab.action.xmpp:1.13.0-SNAPSHOT @ C:\Users\Florian\openhab2-master\git\openhab1-addons\bundles\action\org.openhab.action.xmpp\pom.xml
[INFO] Fetching p2.index from https://openhab.jfrog.io/openhab/eclipse-smarthome-stable/ (172B)
[INFO] Adding repository https://openhab.jfrog.io/openhab/eclipse-smarthome-stable
[INFO] Adding repository https://dl.bintray.com/openhab/p2/openhab-core/2.0.0
[INFO] Adding repository https://dl.bintray.com/openhab/p2/openhab-deps-repo/1.0.12
[INFO] Resolving dependencies of MavenProject: org.openhab.action:org.openhab.action.xmpp:1.13.0-SNAPSHOT @ C:\Users\Florian\openhab2-master\git\openhab1-addons\bundles\action\org.openhab.action.xmpp\pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.openhab.action.xmpp 1.13.0.qualifier
[ERROR] Missing requirement: org.eclipse.smarthome.core 0.10.0.201805241348 requires âpackage javax.measure 0.0.0â but it could not be found
[ERROR] Missing requirement: org.eclipse.smarthome.core 0.10.0.201805310852 requires âpackage javax.measure 0.0.0â but it could not be found
[ERROR] Cannot satisfy dependency: org.eclipse.smarthome.config.core 0.10.0.201805241348 depends on: package org.eclipse.smarthome.core.common 0.0.0
[ERROR] Cannot satisfy dependency: org.eclipse.smarthome.config.core 0.10.0.201805310852 depends on: package org.eclipse.smarthome.core.common 0.0.0
[ERROR] Cannot satisfy dependency: org.openhab.action.xmpp 1.13.0.qualifier depends on: package org.openhab.core.items 0.0.0
[ERROR] Cannot satisfy dependency: org.openhab.core.compat1x 2.0.0 depends on: package org.eclipse.smarthome.config.core 0.0.0
[ERROR]
[ERROR] See Tycho/Dependency Resolution Troubleshooting - Eclipsepedia for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.openhab.action:org.openhab.action.xmpp:1.13.0-SNAPSHOT @ C:\Users\Florian\openhab2-master\git\openhab1-addons\bundles\action\org.openhab.action.xmpp\pom.xml: See log for details â [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
C:\Users\Florian\openhab2-master\git\openhab1-addons\bundles\action\org.openhab.action.xmpp>mvn -v
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00)
Maven home: C:\Program Files\apache-maven-3.5.3\bin..
Java version: 1.8.0_172, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_172\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: âwindows 10â, version: â10.0â, arch: âamd64â, family: âwindowsâ