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
The website and this repo are scanty on installing melange within Eclipse.
After installing Text from the marketplace, attempts to install Melange, from the same marketplace fails with: Cannot complete the install because one or more required items could not be found. Software being installed: Melange SDK Feature 0.2.2.202011161009 (fr.inria.diverse.melange.sdk.feature.group 0.2.2.202011161009) Missing requirement: Melange Metamodel 0.2.0.201706292038 (fr.inria.diverse.melange.metamodel 0.2.0.201706292038) requires 'osgi.bundle; org.eclipse.xtext.xbase [2.7.0,2.11.0)' but it could not be found Missing requirement: Melange Metamodel 0.2.2.202011161009 (fr.inria.diverse.melange.metamodel 0.2.2.202011161009) requires 'osgi.bundle; org.eclipse.gemoc.dsl.model 0.0.0' but it could not be found Cannot satisfy dependency: From: Melange 0.2.2.202011161009 (fr.inria.diverse.melange 0.2.2.202011161009) To: osgi.bundle; fr.inria.diverse.melange.metamodel 0.1.0 Cannot satisfy dependency: From: Melange SDK Feature 0.2.2.202011161009 (fr.inria.diverse.melange.sdk.feature.group 0.2.2.202011161009) To: org.eclipse.equinox.p2.iu; fr.inria.diverse.melange [0.2.2.202011161009,0.2.2.202011161009]
So with a standard Java Developer Eclipse, and Text already installed, how does one install Melange, so that the tutorials can be followed?
The text was updated successfully, but these errors were encountered:
Apparently, you used a version of melange that requires xtext 2.10 which isn't the one installed in your eclipse (you haven't indicated the version of neither xtext, nor eclipse in your issue :-( )
you can try another (more recent) version of melange which can be used with a more recent version of eclipse.
more specifically, if you start from a Eclipse for java developer I strongly advice to install xText from the Help->Install new software... -> (http://download.eclipse.org/releases/xxxx update site where the xxx version correspond to your current eclipse version ) in order to make sure that the tool is designed for this version
(Marketplace may not ensure correct versions of the final installation)
The website and this repo are scanty on installing melange within Eclipse.
After installing Text from the marketplace, attempts to install Melange, from the same marketplace fails with:
Cannot complete the install because one or more required items could not be found. Software being installed: Melange SDK Feature 0.2.2.202011161009 (fr.inria.diverse.melange.sdk.feature.group 0.2.2.202011161009) Missing requirement: Melange Metamodel 0.2.0.201706292038 (fr.inria.diverse.melange.metamodel 0.2.0.201706292038) requires 'osgi.bundle; org.eclipse.xtext.xbase [2.7.0,2.11.0)' but it could not be found Missing requirement: Melange Metamodel 0.2.2.202011161009 (fr.inria.diverse.melange.metamodel 0.2.2.202011161009) requires 'osgi.bundle; org.eclipse.gemoc.dsl.model 0.0.0' but it could not be found Cannot satisfy dependency: From: Melange 0.2.2.202011161009 (fr.inria.diverse.melange 0.2.2.202011161009) To: osgi.bundle; fr.inria.diverse.melange.metamodel 0.1.0 Cannot satisfy dependency: From: Melange SDK Feature 0.2.2.202011161009 (fr.inria.diverse.melange.sdk.feature.group 0.2.2.202011161009) To: org.eclipse.equinox.p2.iu; fr.inria.diverse.melange [0.2.2.202011161009,0.2.2.202011161009]
So with a standard Java Developer Eclipse, and Text already installed, how does one install Melange, so that the tutorials can be followed?
The text was updated successfully, but these errors were encountered: