Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Exporting plugin (with dependencies)
Exporting plugin (with dependencies) [message #849746] Thu, 19 April 2012 08:16 Go to next message
Eclipse UserFriend
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 08:27 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Exporting plugin (with dependencies) [message #849766 is a reply to message #849756] Thu, 19 April 2012 08:38 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 18:31:12 EDT 2025

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

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

Back to the top