Can anyone confirm that the current eclipse ide build works?

Can anyone confirm that the current IDE build works?

Thanks advance.

I just finished a Core Development IDE and it’s debugging.

The Addons-IDE is working for me.

Thanks for your feedback - I got this error when I started the mvn clean install inside the poms tycho folder:

INFO] — tycho-surefire-plugin:1.2.0:test (default-test) @ org.openhab.binding.bluetooth.bluegiga.test —
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.core.runtime 3.14.0.v20180417-0825
[ERROR] Missing requirement: org.eclipse.core.runtime 3.14.0.v20180417-0825 requires ‘osgi.bundle; org.eclipse.equinox.registry [3.8.0,4.0.0)’ but it could not be found

Ok, that is not related to the IDE but to a change in the build system in general. Tests are not building at the moment.

You can add -DskipTests=true to skip test execution on the command line.

1 Like