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
When downloading the ZIP and running Maven 3.0.5 (Windows 7) with:
mvn clean verify
in the highest level of the ZIP leads to:
[INFO] Resolving dependencies of MavenProject: org.obeonetwork.dsl.viewpoint.xtext.support:org.obeonetwork.dsl.viewpoint.xtext.support:1.0.0-SNAPSHOT @ {}\xtext-support-parent\plugins\org.obeonetwork.dsl.viewpoint.xtext.support\pom.xml
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=win32, osgi.os=win32, osgi.arch=x86_64, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.obeonetwork.dsl.viewpoint.xtext.support 1.0.0.qualifier
[ERROR] Missing requirement: org.obeonetwork.dsl.viewpoint.xtext.support 1.0.0.qualifier requires 'bundle org.eclipse.sirius 1.0.0' but it could not be found
It seems that the Sirius bundle has been relocated?
I've retried with Maven 3.1.1 and Tycho 0.18.1, but this yields the same results. Any thoughts on this?
I'm now trying to build it with the luna repo, but that leads to Tycho build extension not configured for ..xtext-support-parent::
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.18.1:materialize-products (materialize-products) on project xtext-support-parent: Execution materialize-products of goal org.eclipse.tycho:tycho-p2-director-plugin:0.18.1:materialize-products failed: Tycho build extension not configured for MavenProject: org.obeonetwork.dsl.viewpoint.xtext.support:xtext-support-parent:1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Thanks for the reply; I've changed it to 2.0.0 in the manifest, but then got the Tycho build extension not configured message. I don't have further time atm to investigate though...
When downloading the ZIP and running Maven 3.0.5 (Windows 7) with:
in the highest level of the ZIP leads to:
It seems that the Sirius bundle has been relocated?
I've retried with Maven 3.1.1 and Tycho 0.18.1, but this yields the same results. Any thoughts on this?
I'm now trying to build it with the luna repo, but that leads to Tycho build extension not configured for ..xtext-support-parent::
The text was updated successfully, but these errors were encountered: