Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Exporting DSL Plugins as Eclipse Product
Exporting DSL Plugins as Eclipse Product [message #1248740] Mon, 17 February 2014 16:05 Go to next message
Gary Worsham is currently offline Gary WorshamFriend
Messages: 176
Registered: September 2013
Senior Member
I'm trying to export my DSL plugins (two of them, related to the same final application) as a new Eclipse product. I'm trying to follow Lars Vogel's tutorial:

http://www.vogella.com/tutorials/EclipseProductDeployment/article.html

however this describes an RCP application which mine is not.

Quote:
A product always points to one Application class. This Application class must implement the IApplication interface and for Eclipse 4 RCP applications it should point to the org.eclipse.e4.ui.workbench.swt.E4Application class.


Q #1: Do I have to write an RCP application? I am expecting that a person running the exported Eclipse would have the same experience that I do when I run "Eclipse application" from my Xtext/Xtend DSL environment. Just a regular Eclipse/Java IDE with my custom plugins also installed by default.

The Eclipse Product export tutorial describes a different entry for the "Application" setting: org.eclipse.core.runtime.products

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fproduct_editor%2Foverview.htm

I'm not having much luck with this tool, although I have a few error messages to follow.

Q #2: Can anyone tell me how to determine the correct entry for the "Application" class?

Re: Exporting DSL Plugins as Eclipse Product [message #1248887 is a reply to message #1248740] Mon, 17 February 2014 19:19 Go to previous message
Christoph Kulla is currently offline Christoph KullaFriend
Messages: 48
Registered: July 2009
Member
Take a look at
https://github.com/ckulla/xtext-tycho-example/tree/master/releng/org.xtext.example.mydsl.product

Hth,

Christoph
Previous Topic:Junit for Dependent DSL
Next Topic:Xtext editor in a component
Goto Forum:
  


Current Time: Thu Apr 25 01:43:08 GMT 2024

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

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

Back to the top