Skip to content

Commit 66b3b3b

Browse files
author
Hendrik Winkelmann
committed
Added section on papyrus
1 parent 809017b commit 66b3b3b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

lectures/acse/010_setting_up_environment_with_docker.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Setting up the development environment
88
1. [Installing Docker](#install)
99
1. [Installing the latest Java 8 JDK](#jdk)
1010
1. [Installing Eclipse](#eclipse)
11-
1. [Extending Eclipse](#plugins)
11+
1. [Extending Eclipse with Xtext and Xtend](#plugins)
1212

1313
## <a id="git" name="git"></a>Installing Git
1414
Git can, for example, be downloaded [here](https://git-scm.com/downloads).
@@ -77,7 +77,7 @@ Windows 10, Linux and Mac users have to [install Docker Compose](https://docs.do
7777

7878
The Eclipse IDE comes with a Git integration tool, Java Development tools, and a Maven integration.
7979

80-
## <a id="plugins" name="plugins"></a>Extending Eclipse
80+
## <a id="plugins" name="plugins"></a>Extending Eclipse with Xtext and Xtend
8181
1. Select **Help** > **Install new Software...**
8282
1. Specify Work with: Xtend - http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/. This can take some time.
8383
![](images/XtendXtextInstallation.png)
@@ -92,6 +92,15 @@ The Eclipse IDE comes with a Git integration tool, Java Development tools, and a
9292
1. Click **Next** two times, check **Accept**, click **Finish** and wait for the packages to be installed.
9393
1. Click **Yes** when prompted to restart.
9494

95+
## <a id="papyrus" name="papyrus"></a>Installing Papyrus
96+
1. Select **Help** > **Install new Software...**
97+
1. Specify Work with: https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/
98+
![](images/papyrus/WorkWithPapyrus.PNG)
99+
1. Select the version of Papyrus
100+
1. Click **Next**, read and accept the license aggreement and click **Finish**
101+
1. Click **Restart now** when prompted to restart
102+
1. After creating a Papyrus project, you now can model, e.g., class diagrams with the known UML elements.
103+
![](images/papyrus/Editor.PNG)
95104
## <a id="envvar" name="envvar" />How To Set Environment Variables
96105

97106
* **Windows 7 / 8 / 10**: Control Panel (*Systemsteuerung*) - System - choose Advanced System Settings (*Erweiterte Systemeinstellungen*) on the left - Advanced tab (*Erweitert*) - Environment Variables button (*Umgebungsvariablen*)
58.8 KB
Loading
54.5 KB
Loading

0 commit comments

Comments
 (0)