Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Migration from Xtext 1.0 to Xtext 2.31(Fetching all the required dependencies via maven repository)
Migration from Xtext 1.0 to Xtext 2.31 [message #988893] Mon, 03 December 2012 15:06
Angelo Arcifa is currently offline Angelo ArcifaFriend
Messages: 1
Registered: December 2012
Junior Member
Hello,

I'm working on a project based on Xtext 1.0.
My goal is mainly to check how much effort takes a migration from xtext 1.0 to xtext 2.3.1.
I'm frustrated cause I try to fetch all these required library via maven and I' m not able to satisfy every dependency!

The repository I've found is the http://build.eclipse.org/common/xtext/maven/maven-snapshot/final and my dependencies, at least so far are:

<dependency>
<groupId>org.eclipse.xtend2</groupId>
<artifactId>org.eclipse.xtend2.lib</artifactId>
<version>2.2.1</version>
</dependency>

<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
<version>2.2.0.v201112121737</version>
</dependency>

<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.common.types</artifactId>
<version>2.2.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.2.0.v201112121737</version>
</dependency>

While building my dsl I get this error:

Downloading: http://maven.eclipse.org/nexus/content/groups/public//org/eclipse/emf/org.eclipse.emf.ecore/2.3.2/org.eclipse.emf.ecore-2.3.2.pom
Unable to find resource 'org.eclipse.emf:org.eclipse.emf.ecore:pom:2.3.2' in repository nexus (http://maven.eclipse.org/nexus/content/groups/public/)
------------------------------------------------------------------------
BUILD ERROR
------------------------------------------------------------------------
Failed to resolve artifact.

Couldn't find a version in [2.2.0.v201112121625, 2.0.0] to match range [2.2.0,)
org.eclipse.xtext:org.eclipse.xtext.common.types:jar:null


Best regards,
Angelo

Previous Topic:handling huge index
Next Topic:What's wrong with this cross-reference
Goto Forum:
  


Current Time: Fri Mar 29 08:15:41 GMT 2024

Powered by FUDForum. Page generated in 0.02471 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top