Bug 309003 - [MWE2] Provide Eclipse Application wrapper for Mwe2Launcher
Summary: [MWE2] Provide Eclipse Application wrapper for Mwe2Launcher
Status: NEW
Alias: None
Product: EMFT
Classification: Modeling
Component: MWE (show other bugs)
Version: 1.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 09:49 EDT by Karsten Thoms CLA
Modified: 2010-08-07 12:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2010-04-13 09:49:25 EDT
MWE has a wrapper for the WorkflowRunner as Eclipse IApplication implementation org.eclipse.emf.mwe.core.WorkflowRunnerApplication, which enabled execution of MWE workflows as headless application. This is necessary for standalone execution of workflows, where components require the workspace or any other Eclipse facilities. Concrete use case is for example generating code from AUTOSAR models with ARTOP.

Since MWE2 has its own standalone runner this application wrapper is also required for the org.eclipse.emf.mwe2.runtime plugin.

This should be rather copy/paste the other class and add the appropriate plugin.xml entry to the org.eclipse.emf.mwe2.runtime plugin.
Comment 1 Ed Merks CLA 2010-08-07 12:09:49 EDT
Failing an OSGi mode, the support in https://bugs.eclipse.org/bugs/show_bug.cgi?id=271253 would reuse the registry processing code in stand alone mode.