Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » How to install a new language?
How to install a new language? [message #780951] Fri, 20 January 2012 07:14 Go to next message
kisito Missing name is currently offline kisito Missing nameFriend
Messages: 16
Registered: November 2011
Junior Member
Hi
When i create un new language using Xtext, tutorial say only how to run it in the development environment (using Run As -> Eclipse Application ). But i would like to make a newly created language available in any new Eclipse project without running first my Xtext project.
Please Help
Regard's
Re: How to install a new language? [message #781055 is a reply to message #780951] Fri, 20 January 2012 09:13 Go to previous messageGo to next message
Meinte Boersma is currently offline Meinte BoersmaFriend
Messages: 434
Registered: July 2009
Location: Leiden, Netherlands
Senior Member
Export the non-test Eclipse projects as "Deployable Plug-ins or Fragments", drop the resulting .jar files in the dropins/ (preferred, but didn't always work for me) or plugins/ folder of an Eclipse that also has the Xtext runtime dependencies (among which EMF) and (re-)start that Eclipse (which might be the same Eclipse as your DSL development one).

Re: How to install a new language? [message #781062 is a reply to message #781055] Fri, 20 January 2012 10:08 Go to previous message
kisito Missing name is currently offline kisito Missing nameFriend
Messages: 16
Registered: November 2011
Junior Member
Thank's Meinte Boersma. Good days
Previous Topic:How to manipulate Xtext files with the Edit Framework
Next Topic:Adding an XML generator to the domainmodel example
Goto Forum:
  


Current Time: Fri Apr 26 12:04:10 GMT 2024

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

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

Back to the top