openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.57k forks source link

my.openHAB Connection Service failed to build #1173

Closed lolodomo closed 8 years ago

lolodomo commented 8 years ago
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openHAB ............................................ SUCCESS [  1.234 s]
[INFO] openHAB Add-ons .................................... SUCCESS [  0.016 s]
[INFO] openHAB Bindings ................................... SUCCESS [  0.016 s]
[INFO] Astro Binding ...................................... SUCCESS [  5.421 s]
[INFO] Autelis Binding .................................... SUCCESS [  1.032 s]
[INFO] AVM FRITZ! Binding ................................. SUCCESS [  2.047 s]
[INFO] DSCAlarm Binding ................................... SUCCESS [  1.093 s]
[INFO] Freebox Binding .................................... SUCCESS [  1.094 s]
[INFO] HarmonyHub Binding ................................. SUCCESS [  1.438 s]
[INFO] HDanywhere Binding ................................. SUCCESS [  0.593 s]
[INFO] Hunter Douglas PowerView Binding ................... SUCCESS [  1.172 s]
[INFO] Homematic Binding .................................. SUCCESS [  2.875 s]
[INFO] IPP Binding ........................................ SUCCESS [  0.594 s]
[INFO] Keba Binding ....................................... SUCCESS [  0.594 s]
[INFO] Kostal Binding ..................................... SUCCESS [  0.609 s]
[INFO] Lutron Binding ..................................... SUCCESS [  0.656 s]
[INFO] MAX! Binding ....................................... SUCCESS [  1.453 s]
[INFO] MAX! Binding Tests ................................. SUCCESS [  4.829 s]
[INFO] meteostick Binding ................................. SUCCESS [  0.562 s]
[INFO] Milight Binding .................................... SUCCESS [  0.531 s]
[INFO] Netatmo Binding .................................... SUCCESS [  0.797 s]
[INFO] Network Binding .................................... SUCCESS [  0.719 s]
[INFO] Onkyo Binding ...................................... SUCCESS [  0.906 s]
[INFO] OpenSprinkler Binding .............................. SUCCESS [  0.688 s]
[INFO] Orvibo Binding ..................................... SUCCESS [  0.515 s]
[INFO] PioneerAvr Binding ................................. SUCCESS [  0.735 s]
[INFO] Pulseaudio Binding ................................. SUCCESS [  0.672 s]
[INFO] RME Binding ........................................ SUCCESS [  0.421 s]
[INFO] Rfxcom Binding ..................................... SUCCESS [  1.485 s]
[INFO] SamsungTV Binding .................................. SUCCESS [  0.750 s]
[INFO] SMA EnergyMeter Binding ............................ SUCCESS [  0.453 s]
[INFO] SqueezeBox Binding ................................. SUCCESS [  0.687 s]
[INFO] Tesla Binding ...................................... SUCCESS [  1.157 s]
[INFO] Somfy URTSI II binding ............................. SUCCESS [  0.718 s]
[INFO] Vitotronic Binding ................................. SUCCESS [  0.641 s]
[INFO] YamahaReceiver Binding ............................. SUCCESS [  0.781 s]
[INFO] Systeminfo Binding ................................. SUCCESS [  0.953 s]
[INFO] Systeminfo Binding Test ............................ SUCCESS [  1.797 s]
[INFO] openHAB I/O Add-Ons ................................ SUCCESS [  0.016 s]
[INFO] my.openHAB Connection Service ...................... FAILURE [  0.516 s]
[INFO] Hue Emulation Service .............................. SKIPPED
[INFO] HomeKit Integration ................................ SKIPPED
[INFO] openHAB UI Components .............................. SKIPPED
[INFO] openHAB CometVisu Backend .......................... SKIPPED
[INFO] PHP Support for the CometVisu Backend .............. SKIPPED
[INFO] openHAB Features ................................... SKIPPED
[INFO] openHAB Feature Addons External .................... SKIPPED
[INFO] openHAB 2 Feature Addons ........................... SKIPPED
[INFO] openHAB 2 Feature Verification ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2016-08-02T23:22:15+02:00
[INFO] Final Memory: 46M/112M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.openhab.io.myopenhab: Compilation failure: Compilation failure:
[ERROR] F:\Dev\openhab2-master\git\openhab2-addons\addons\io\org.openhab.io.myopenhab\src\main\java\org\openhab\io\myopenhab\internal\MyOpenHABService.java:[58]
[ERROR] public class MyOpenHABService implements PersistenceService, ActionService, MyOpenHABClientListener, EventSubscriber {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The type MyOpenHABService must implement the inherited abstract method PersistenceService.getId()
[ERROR] F:\Dev\openhab2-master\git\openhab2-addons\addons\io\org.openhab.io.myopenhab\src\main\java\org\openhab\io\myopenhab\internal\MyOpenHABService.java:[58]
[ERROR] public class MyOpenHABService implements PersistenceService, ActionService, MyOpenHABClientListener, EventSubscriber {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The type MyOpenHABService must implement the inherited abstract method PersistenceService.getLabel(Locale)
[ERROR] F:\Dev\openhab2-master\git\openhab2-addons\addons\io\org.openhab.io.myopenhab\src\main\java\org\openhab\io\myopenhab\internal\MyOpenHABService.java:[267]
[ERROR] public String getName() {
[ERROR] ^^^^^^^^^
[ERROR] The method getName() of type MyOpenHABService must override or implement a supertype method
[ERROR] 3 problems (3 errors)
kaikreuzer commented 8 years ago

Fixed by https://github.com/openhab/openhab2-addons/pull/1174.

kaikreuzer commented 8 years ago

FTR: The build still isn't succeeding, which is due to https://github.com/eclipse/smarthome/pull/1872#issuecomment-237042123 and needs to be fixed on the ESH side.