Skip to content

Commit 3310247

Browse files
committed
Update org.omg.sysml.site README to clarify instructions for PlantUML.
1 parent 84e102e commit 3310247

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

org.omg.sysml.site/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@
1212

1313
4. Navigate to the `org.omg.sysml.site.zip` archive and select it. (You can give it a name if you wish.) Click `Add`.
1414

15-
5. In the Install window, select the `KerML and SysML Editors` category and click `Next`.
15+
5. In the Install window, expand the `KerML and SysML Editors` category.
1616

17-
6. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse.
17+
6. Select `SysML v2 Feature` and click `Next`.
18+
* If you also wish to install the `SysML v2 PlantUML Feature`, please first follow the instructions below under <br/> "Installing PlantUML graphical visualization".
19+
20+
7. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse.
1821

1922
## Installing PlantUML graphical visualization
2023

2124
Graphical visualization is available in Eclipse using the open source [PlantUML](https://plantuml.com) tooling to render diagrams.
2225

23-
0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of [ https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates](https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates) with Help > Install New Software
26+
0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of<br/>
27+
[ https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates](https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates) with Help > Install New Software
2428

25-
1. PlantUML visualization requires that [GraphViz](https://www.graphviz.org) be installed. Visit [ https://www.graphviz.org/download/](https://www.graphviz.org/download/)
26-
and download the appropriate package for your environment.
27-
* The recommended GraphViz version is 2.44.1. Make sure you have initialized GraphViz with `dot -c` command. See [ https://plantuml.com/ja/graphviz-dot](https://plantuml.com/ja/graphviz-dot) for details.
29+
1. PlantUML visualization requires that [GraphViz](https://www.graphviz.org) be installed.Visit [ https://www.graphviz.org/download/](https://www.graphviz.org/download/) and <br/>
30+
download the appropriate package for your environment.
31+
* The recommended GraphViz version is 2.44.1. Make sure you have initialized GraphViz with `dot -c` command. <br/>
32+
See [ https://plantuml.com/ja/graphviz-dot](https://plantuml.com/ja/graphviz-dot) for details.
2833

29-
2. If Eclipse cannot automatically find the path to the GraphViz executable, you can set it by going to `Preferences > PlantUML`.
34+
2. If Eclipse cannot automatically find the path to the GraphViz executable, you can set it by going to `Preferences > PlantUML`. <br/>
3035
For details, visit [ https://plantuml.com/en/eclipse](https://plantuml.com/en/eclipse).
3136

3237
## Installing the model library and modeling projects
@@ -64,9 +69,6 @@ and make sure that `sysml.library` is before `kerml` and `sysml` in the build or
6469
4. To show SysML diagrams, in `Window > Show View > Other...` select the PlantUML view. The diagram rendered in the view is relative to the text selected
6570
in the active SysML editor view. Tree (BDD-like), interconnection (IBD-like) and state machine views are currently supported.
6671

67-
**Release Note:** While performance has improved further in this release, there are still cases in which the processing of a file with
68-
several name resolution errors can take a long time, particularly if the `Quantities and Units` library is being used.
69-
7072
## Initializing new model projects
7173

7274
You can also create a separate project for your KerML or SysML files.

org.omg.sysml.site/README.pdf

-23 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)