You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
Eclipse Smarthome cannot be installed with version 2020-03 or 2019-12.
According to some comments the installation works on Eclipse Photon.
Well, the installation itself worked fine, but some projects throw errors (616 errors and 302 warnings).
Most errors are about "cannot resolved to be a type".
I installed Eclipse Smarthome about an hour ago, nothing was changed by me.
Like:
ModelItem cannot be resolved to a type.
/org.eclipse.smarthome.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend
Failures in maven
Used privatebin cause pastebin has a paste limit to 256kb.
Informations
Branch: master
Java jre: 1.8.0_221
Eclipse version: Photon Release 4.8.0 (Build id: 20180619-1200)
Failures in eclipse
Eclipse Smarthome cannot be installed with version 2020-03 or 2019-12.
According to some comments the installation works on Eclipse Photon.
Well, the installation itself worked fine, but some projects throw errors (616 errors and 302 warnings).
Most errors are about "cannot resolved to be a type".
I installed Eclipse Smarthome about an hour ago, nothing was changed by me.
Failures in maven
Used privatebin cause pastebin has a paste limit to 256kb.
Try 1
mvn clean install > log.txt
--> See log: https://privatebin.net/?e5563e52cf21c9b8#3V2DhqxKhV3U2FRxNgqoiedtqncEDk5SCqqx1pj1BbKF
Try 2 - Thank's to #4305
mvn clean install -DskipChecks=true -DskipTests=true > log2.txt
--> See log: https://privatebin.net/?848410a1507d799f#77PHVkWa8kxvCGeUbyLXzYGtPXAxtckHKvP4ww8EZkWz
Try 3
mvn clean install -e -X > log3.txt
--> See log: https://privatebin.net/?a79f06c59a999b43#ARfmNqeBfpfG27ewhYecyT4kG4yDhKBoab3zuKnTV48
Also the branch "0.10.x" gives me the same error like try1 and try2.
The text was updated successfully, but these errors were encountered: