Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Exporting plugin (with dependencies)
Exporting plugin (with dependencies) [message #849746] Thu, 19 April 2012 12:16 Go to next message
Mikko Korpela is currently offline Mikko KorpelaFriend
Messages: 9
Registered: April 2012
Junior Member
Hi,

I'm newbie and this is a stupid question.

Now that that is sorted out:
How do I export my xtext-based editor plugin from eclipse so that I can install it to a normal eclipse (without xtext).

Seems like my editor plugin is only available if xtext is installed.

Kind Regards,
Mikko Korpela
Re: Exporting plugin (with dependencies) [message #849756 is a reply to message #849746] Thu, 19 April 2012 12:27 Go to previous messageGo to next message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

Hi Mikko,

the Right Way (TM) is to create a Eclipse P2 Repository (AKA update site) which hosts your plugins and install them from there. Of course you need Xtext in order to install these plugins. Therefore the Xtext update site must be configured as available update site when you try to install from there.

The easiest way to create such a repository is
- create a feature project for your DSL plugins and add them to the feature.xml
- create an update site project which contains this feature (you may even add the Xtext SDK and all other required features)
- use the Export Wizard to create the repository for the update site

HTH,
~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
Re: Exporting plugin (with dependencies) [message #849766 is a reply to message #849756] Thu, 19 April 2012 12:38 Go to previous message
Mikko Korpela is currently offline Mikko KorpelaFriend
Messages: 9
Registered: April 2012
Junior Member
Thanks for the info!

Kind Regards,
Mikko Korpela
Previous Topic:validating for unique names in different resources
Next Topic:compiling Xtext sources
Goto Forum:
  


Current Time: Thu Apr 25 01:57:20 GMT 2024

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

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

Back to the top