Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext-eclipse project(problems building xtext-eclipse project)
xtext-eclipse project [message #1795430] Fri, 21 September 2018 18:08 Go to next message
Aniruddh Chaturvedi is currently offline Aniruddh ChaturvediFriend
Messages: 2
Registered: September 2018
Junior Member
I am trying to build the xtext-eclipse project. I did "mvn clean install" as suggested in the readme of the project and am getting the following error:

[ERROR] Cannot resolve target definition:
[ERROR] Software being installed: org.eclipse.xtext.common.types 2.16.0.v20180918-0912
[ERROR] Missing requirement: org.eclipse.xtext.common.types 2.16.0.v20180918-0912 requires 'osgi.bundle; org.objectweb.asm [6.2.1,6.3.0)' but it could not be found
[ERROR]
[ERROR] Failed to resolve target definition /Users/aniruddh/Documents/xtextFork/xtext-eclipse/releng/org.eclipse.xtext.target/org.eclipse.xtext.target-oxygen.target: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following article

Also, I am trying to build xtext locally.
So, can someone tell me, in what sequence should I build these projects:

xtext-core: The core framework, Language Server support
xtext-lib: Libraries for Xbase and Xtend
xtext-extras: Additional editor-independent features, mostly Java support
xtext-eclipse: Plug-ins for Eclipse
xtext-web: Support for Orion, Ace and CodeMirror
xtext-maven: Support for Maven
xtext-xtend: The Xtend language
xtext-umbrella: Common Eclipse features and P2 update sites


Thanks



Re: xtext-eclipse project [message #1795670 is a reply to message #1795430] Wed, 26 September 2018 15:01 Go to previous messageGo to next message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

Your target platform does not contain org.objectweb.asm >= 6.2.1.
The latest recommended Orbit repo contains that. Extend your target platform by it.

http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository
Re: xtext-eclipse project [message #1795671 is a reply to message #1795670] Wed, 26 September 2018 15:04 Go to previous message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

You may activate the 'latest' profile
mvn -Platest clean install

Previous Topic:xtext-eclipse project
Next Topic:Providing Scope for an Embedded Editor in e4 RCP application
Goto Forum:
  


Current Time: Thu Apr 25 09:16:15 GMT 2024

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

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

Back to the top