xtext/maven-xtext-example

Installing language feature into my IDE on photon does not work

Closed this issue · 2 comments

Hi,
I cloned the master branch, ran mvn clean install on the parent pom and was able to get to build without issues, however trying to install the language feature into my photon IDE by pointing to the target/repository folder of the update site project i am getting the error below. Have tried it in both oxygen and photon and wondering how to resolve it. Thanks

Cannot complete the install because one or more required items could not be found.
Software being installed: HeroLanguage SDK Feature 1.0.0.201901232258 (my.mavenized.herolanguage.sdk.feature.group 1.0.0.201901232258)
Missing requirement: my.mavenized.herolanguage.ui 1.0.0.201901232258 (my.mavenized.herolanguage.ui 1.0.0.201901232258) requires 'osgi.bundle; my.mavenized.herolanguage.ide 0.0.0' but it could not be found
Cannot satisfy dependency:
From: HeroLanguage SDK Feature 1.0.0.201901232258 (my.mavenized.herolanguage.sdk.feature.group 1.0.0.201901232258)
To: org.eclipse.equinox.p2.iu; my.mavenized.herolanguage.ui [1.0.0.201901232258,1.0.0.201901232258]

should be fixed now. @krebznet please retry

Thanks!!