Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Bootstrapped Maven-Xtext-Project fails with Xtext-2.18.0
Bootstrapped Maven-Xtext-Project fails with Xtext-2.18.0 [message #1809169] Wed, 10 July 2019 13:25 Go to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.xtext.example.mydsl ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.xtext.example.mydsl.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.xtext.example.mydsl.parent ..................... SUCCESS [  0.090 s]
[INFO] org.xtext.example.mydsl ............................ FAILURE [  0.420 s]
[INFO] org.xtext.example.mydsl.ide ........................ SKIPPED
[INFO] org.xtext.example.mydsl.ui ......................... SKIPPED
[INFO] org.xtext.example.mydsl.web ........................ SKIPPED
[INFO] org.xtext.example.mydsl.target ..................... SKIPPED
[INFO] org.xtext.example.mydsl.feature .................... SKIPPED
[INFO] org.xtext.example.mydsl.repository ................. SKIPPED
[INFO] org.xtext.example.mydsl.tests ...................... SKIPPED
[INFO] org.xtext.example.mydsl.ui.tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:05 min
[INFO] Finished at: 2019-07-10T15:21:07+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:java (mwe2Launcher) on project org.xtext.example.mydsl: Execution mwe2Launcher of goal org.codehaus.mojo:exec-maven-plugin:1.4.0:java failed: Plugin org.codehaus.mojo:exec-maven-plugin:1.4.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.codehaus.mojo:exec-maven-plugin:jar:1.4.0 -> org.eclipse.emf:org.eclipse.emf.mwe2.launch:jar:2.10.0 -> org.eclipse.emf:org.eclipse.emf.mwe2.runtime:jar:[2.10.0]: No versions available for org.eclipse.emf:org.eclipse.emf.mwe2.runtime:jar:[2.10.0] within specified range -> [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 articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.xtext.example.mydsl
Re: Bootstrapped Maven-Xtext-Project fails with Xtext-2.18.0 [message #1809173 is a reply to message #1809169] Wed, 10 July 2019 14:21 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
can you try to build with -U

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Bootstrapped Maven-Xtext-Project fails with Xtext-2.18.0 [message #1809180 is a reply to message #1809173] Wed, 10 July 2019 15:49 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Yeah that worked out - my guess is: the problem was that i first had Xtext from the SimRel repo installed (who generated the Xtext-Version 2.18.0M3) and the first build i tried was with that version, afterwards I updated to the 2.18.0 from the xtext-update site. Should have thought about running -U myself
Previous Topic:Disable the model validation in xtext
Next Topic:Performance problem in xtext editor
Goto Forum:
  


Current Time: Fri Mar 29 15:36:11 GMT 2024

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

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

Back to the top