|
|
|
Re: Eclipse SmartHome karaf Feature verification.......FAILURE [message #1782533 is a reply to message #1782216] |
Mon, 26 February 2018 08:28 |
|
Quote:
* Could not find artifact org.eclipse.smarthome:esh-tp:xml:features:0.10.0-SNAPSHOT
* Could not find artifact org.eclipse.smarthome:esh-ext:xml:features:0.10.0-SNAPSHOT
The artifacts itself should be part of the build.
They reside in that directories (relative to the root one):
* featres/karaf/esh-tp
* featres/karaf/esh-ext
|
|
|
Re: Eclipse SmartHome karaf Feature verification.......FAILURE [message #1782557 is a reply to message #1782533] |
Mon, 26 February 2018 13:08 |
|
WRT to https://github.com/eclipse/smarthome/pull/2081#issuecomment-368468017 you need to understand
- OSGi requirements and capabilities concept
- Karaf features
Message: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=esh-persistence-h2; type=karaf.feature; version=0.10.0.SNAPSHOT; filter:="(&(osgi.identity=esh-persistence-h2)(type=karaf.feature)(version>=0.10.0.SNAPSHOT))" [caused by: Unable to resolve esh-persistence-h2/0.10.0.SNAPSHOT: missing requirement [esh-persistence-h2/0.10.0.SNAPSHOT] osgi.identity; osgi.identity=org.h2; type=osgi.bundle; version="[1.3.176,1.3.176]"; resolution:=mandatory [caused by: Unable to resolve org.h2/1.3.176: missing requirement [org.h2/1.3.176] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.osgi.service.jdbc)(version>=1.0.0))"]]
Just a little bit formatted:
Unable to resolve root: missing requirement
[root] osgi.identity; osgi.identity=esh-persistence-h2; type=karaf.feature; version=0.10.0.SNAPSHOT; filter:="(&(osgi.identity=esh-persistence-h2)(type=karaf.feature)(version>=0.10.0.SNAPSHOT))"
caused by:
Unable to resolve esh-persistence-h2/0.10.0.SNAPSHOT: missing requirement
[esh-persistence-h2/0.10.0.SNAPSHOT] osgi.identity; osgi.identity=org.h2; type=osgi.bundle; version="[1.3.176,1.3.176]"; resolution:=mandatory
caused by:
Unable to resolve org.h2/1.3.176: missing requirement
[org.h2/1.3.176] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.osgi.service.jdbc)(version>=1.0.0))"
|
|
|
|
|
Re: Eclipse SmartHome karaf Feature verification.......FAILURE [message #1782813 is a reply to message #1782785] |
Thu, 01 March 2018 19:23 |
|
[WARNING] KarafFeatureCheck will be skipped. Could not find file features/openhab-addons/src/main/feature/feature.xml
The KarafFeatureCheck warning is caused by the SAT plugin and you can ignore them.
I will inform the maintainer of the plugin.
The build issue is the same as before that I already tried to format a little bit better.
It is about unsatisfied requirements.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03836 seconds