Skip to content

Commit

Permalink
Updated documentation regarding Eclipse (Addressing Issue #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
APHDKO committed Aug 5, 2024
1 parent a471a0a commit beea7f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions documentation/development.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Setting up CARiSMA for development
1. Install [Eclipse](installation.md#eclipse-modeling-tools)
2. Install [BPMN2 Modeler](installation.md#bpmn2-modeler) **As of 2024-08, the BPMN2 Modeler is not compatible with Eclipse versions**
2. Install [BPMN2 Modeler](installation.md#bpmn2-modeler) **(The BPMN2 Modeler is not compatible with Eclipse versions starting from 2024-06)**
3. Install [Papyrus](installation.md#papyrus)
4. If you already installed CARiSMA, delete the local installation.
5. Import the CARiSMA Tool from the [git repository](https://github.com/CARiSMA-Tool/carisma-tool).
6. Open a new Terminal
7. Move to the base directory of the carisma-tool
8. Execute *mvnw.cmd clean install* on Windows or *./mvnw clean install* otherwise
9. Refresh the carisma-tool project.
10. All errors should be resolved.
6. In your workspace, go to the "plugins" and "test" folder and close all projects containing "bpmn2", "ocl" and "rabac".
7. Open a new Terminal
8. Move to the base directory of the carisma-tool
9. Execute *mvnw.cmd clean install* on Windows or *./mvnw clean install* otherwise
10. Refresh the carisma-tool project.
11. All errors should be resolved.

To start your working copy of CARiSMA, right click on a plugin project, select "Run As" -> "Eclipse Application".

Expand Down
3 changes: 2 additions & 1 deletion documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
- If you have problems installing it, check out the installation guide at : https://wiki.eclipse.org/Eclipse/Installation

## BPMN2 Modeler (optional)
**As of 2024-08, the BPMN2 Modeler is not compatible with Eclipse versions**
**(The BPMN2 Modeler is not compatible with Eclipse versions starting from 2024-06)**

If you want to model business processes using BPMN models, you probably want to install the *BPMN2 modeler*
1. Navigate to *Help* -> *Install New Software*, then click *Add*
2. Enter the following URL into the "Location" field: https://download.eclipse.org/bpmn2-modeler/updates/2022-12/1.5.4-202212
Expand Down

0 comments on commit beea7f0

Please sign in to comment.