Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Triquetrum/Ptolemy/Porting

< Triquetrum‎ | Ptolemy
Revision as of 11:04, 8 June 2016 by Unnamed Poltroon (Talk) (Framework on how to port Ptolemy actors.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page covers how to port Ptolemy actors to Triquetrum

See Also

Overview

Porting Ptolemy actors requires the following steps

  1. Create an actor bundle
  2. Add Required Projects
  3. Implementing an actor
  4. Providing the actor class to the runtime
  5. Packaging the plugin(s) for your RCP editor

One key element is that because of IP issues, the Ptolemy actor OSGI jar files are not checked in to the Eclipse Triquetrum repository. Instead they are checked in elsewhere (FIXME: where?)

Create an actor bundle

See Extending Triquetrum - Creating an Actor Bundle

Add Required Projects

See Extending Triquetrum - Added Required Projects

Implementing an actor

See Extending Triquetrum - Implementing an actor

Providing the actor class to the runtime

See Extending Triquetrum - Providing the actor class to the runtime

Packaging the plugin(s) for your RCP editor

See [[Triquetrum/Extending_Triquetrum#Packaging_the_plugin.28s.29_for_your_RCP_editor | Extending Triquetrum - Packaging the plugin(s) for your RCP Editor

Back to the top