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

Difference between revisions of "Papyrus/Designer/getting-started"

m
Line 4: Line 4:
 
== Installation instructions ==
 
== Installation instructions ==
  
Papyrus Designer is an extension of the Papyrus modeler. In order to install it, there are three different methods. Please note that the current release (2.1.0) is relatively old and it is recommended to install a nightly build in newer Eclipse version.
+
Papyrus Designer is an extension of the Papyrus modeler. In order to install it, there are three different methods. Please note that the current release (2.1.0) is relatively old, Therefore, it is recommended to install a nightly build in newer Eclipse versions.
  
 
1. The easiest way (if Papyrus is not already installed) is to install the Papyrus SW designer RCP [https://download.eclipse.org/modeling/mdt/papyrus/components/designer/downloads/2021-12/products/]. Nightly RCPs for Eclipse 2023-03 are available as well [https://ci.eclipse.org/papyrus/job/papyrus-designer-2023-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.product/target/products/].
 
1. The easiest way (if Papyrus is not already installed) is to install the Papyrus SW designer RCP [https://download.eclipse.org/modeling/mdt/papyrus/components/designer/downloads/2021-12/products/]. Nightly RCPs for Eclipse 2023-03 are available as well [https://ci.eclipse.org/papyrus/job/papyrus-designer-2023-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.product/target/products/].

Revision as of 03:06, 3 April 2023

< Papyrus SW designer

Getting started

Installation instructions

Papyrus Designer is an extension of the Papyrus modeler. In order to install it, there are three different methods. Please note that the current release (2.1.0) is relatively old, Therefore, it is recommended to install a nightly build in newer Eclipse versions.

1. The easiest way (if Papyrus is not already installed) is to install the Papyrus SW designer RCP [1]. Nightly RCPs for Eclipse 2023-03 are available as well [2].

2. Install Papyrus Software designer via the market place].

3. Open the standard Eclipse installation dialog (Help->Install New Software).

Within, add either the release update site of SW designer: Release 2.1.0 or a nightly build [3], [4].

Please note that Papyrus SW designer depends on CDT (C++ code generation feature) and JDT (Java code generation) which both require a Java VM 17. This implies that you cannot use this installation option, if your existing Eclipse installation ships with an embedded Java VM that is older or the installed Java in your system is older. This is (unfortunately) the case for Papyrus RCPs older than 2023-03.

Papyrus vs. Papyrus SW designer versions

Papyrus SW Designer is an extension of Papyrus, but it is not part of the release train and released independently of Papyrus itself. Therefore, the version numbers differ.

Future 3.0.0 of SW Designer will compatible with Papyrus 6.0 and 7.0
Release 2.1.0 of SW Designer is compatible with Papyrus 5.0 and 6.0.
Release 2.0.0 of SW Designer is compatible with Papyrus 5.0 (for Eclipse version s 2021-03 and earlier)

Provided Examples

A good starting point for Papyrus Designer are example models containing comments. These examples are available via File->New->Example, category "Papyrus" examples.

Back to the top