Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus-RT/User/User Guide/Installation

< Papyrus-RT‎ | User‎ | User Guide
Revision as of 09:44, 8 July 2015 by Charles.zeligsoft.com (Talk | contribs) (Created page with "Given its relative youth, there are currently multiple steps that need to be taken in order to install Papyrus-RT. We are hoping to make this easier in the near future. ==Ins...")

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

Given its relative youth, there are currently multiple steps that need to be taken in order to install Papyrus-RT. We are hoping to make this easier in the near future.

Install Papyrus

The first step is to install the current release of Papyrus.

Install Papyrus from scratch

If you are starting from scratch, follow the steps in the "Provisioning a Papyrus Development IDE with Oomph" video on YouTube.

Install Papyrus in an existing Eclipse environment

  1. First make sure that you are running a current installation (at least Mars), update/upgrade if you are not.
  2. You can then add the Papyrus components by using the "Add -> Install New Software" menu command.
    1. In the dialog, expand the "Modeling" Category
    2. Select the "Papyrus UML" entry
    3. Click [Next] twice
    4. Accept the terms of the license agreement and click [Finish]

Papyrus is now installed in your existing Eclipse environment.

Install Papyrus for Real Time

Install Papyrus for Real Time's modeling components

You now need to install some of Papyrus' "Additional Components" that provide the modeling (user interface) components of Papyrus for Real Time.

  1. Click on the Papyrus icon in the toolbar (it looks like a green Ibis bird)
  2. From the dialog, select the "RealTime (Incubation)" Component and click [Finish].

The Papyrus for Real Time modeling components are now installed.

Install Papyrus for Real Time's code generation and runtime components

You can now install the code generation and runtime service library components.

  1. Select the "Add -> Install New Software" menu command.
  2. Add a new repository:
    Name: Papyrus-rt codegen and runtime
    Location: http://download.eclipse.org/papyrus-rt/builds/nightly
We do not currently have any formal releases of these components and you must rely on the nightly builds for now.
  1. Select both the "Papyrus-RT Code Generator" and "Papyrus-RT Run-Time System"
Please be careful to _NOT_ install the "Papyrus-RT Protocol Editor" component, if shown. It is an older prototype that will cause problems with the new version already part of the "RealTime (Incubation)" Papyrus additional component.
  1. Click [Next] twice
  2. Accept the terms of the license agreement and click [Finish]

All The Papyrus for Real Time components are now installed!

Back to the top