File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ of further examples for quality checks.
147147
148148* [ ** Download SysML v2 Tool** ] ( https://www.monticore.de/download/MCSysMLv2.jar )
149149
150- The [ SysML v2 tool] ( bin/MCSysMLv2.jar ) offers options for processing SysML v2
150+ The SysML v2 tool offers options for processing SysML v2
151151models. It provides through the CLI as follows:
152152
153153` java -jar MCSysMLv2.jar [-h] -i <fileName> [-path <p>] [-pp [<file>]] [-s [<file>]] `
@@ -182,7 +182,7 @@ planned.
182182
183183##### Prerequisites
184184
185- To run the tool, it is required to install a Java 11 JRE.
185+ To run the tool, it is required to install a Java 21 JRE.
186186
187187## Building the Tool from the Sources (if desired)
188188
@@ -207,9 +207,9 @@ two command:
207207```
208208./gradlew :language:shadowJar
209209```
210- Please ensure that you have java 21 JRE installed and gradle is set up to use it.
210+ Please ensure that you have Java 21 JRE installed and gradle is set up to use it.
211211
212- Congratulations! The executable JAR file ` language-7.*.*-SNAPSHOT-cli .jar ` is
212+ Congratulations! The executable JAR file ` language-7.*.*-SNAPSHOT-mc-tool .jar ` is
213213now in the directory ` language/target/libs ` .
214214
215215
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ shadowJar {
7979 manifest {
8080 attributes " Main-Class" : " de.monticore.lang.sysmlv2.SysMLv2Tool"
8181 }
82- archiveClassifier = ' cli '
82+ archiveClassifier = ' mc-tool '
8383 minimize()
8484}
8585
You can’t perform that action at this time.
0 commit comments