|
10 | 10 |
|
11 | 11 | 3. Select `Add...` and then, in the add dialog, select `Archive...` . |
12 | 12 |
|
13 | | -4. Navigate to the `org.omg.sysml.site-0.3.0.zip` archive and select it. (You can give it a name if you wish.) |
| 13 | +4. Navigate to the `org.omg.sysml.site-0.3.0.zip` archive and select it. (You can give it a name if you wish.) Click `Add`. |
14 | 14 |
|
15 | 15 | 5. In the Install window, select the `KerML and SysML Editors` category and click `Next`. |
16 | 16 |
|
17 | | -6. Continue with the installation, and, when it is complete, restart Eclipse. |
| 17 | +6. Continue with the installation (select `Install Anyway` if asked), and, when it is complete, restart Eclipse. |
18 | 18 |
|
19 | 19 | ## Installing the model library and modeling projects |
20 | 20 |
|
| 21 | +**Note:** If you are updating an existing installation of an earlier SysML v2 release, then, before proceeding with the procedure |
| 22 | +below, delete the `kerml`, `sysml` and `sysml.library` projects from your workspace, selecting `Delete project contents from disk`. |
| 23 | + |
21 | 24 | 1. Select `File > Import`. |
22 | 25 |
|
23 | 26 | 2. Under `General`, choose `Existing Projects into Workspace`. |
|
35 | 38 | After installation is complete, if you wish to turn `Build Automatically` back on, first go to `Preferences > General > Workspace > Build` |
36 | 39 | and make sure that `sysml.library` is before `kerml` and `sysml` in the build order. |
37 | 40 |
|
| 41 | +<br> |
| 42 | + |
38 | 43 | ## Creating model files |
39 | 44 |
|
40 | 45 | 1. Create Kernel Modeling Language (KerML) files in the `kerml/src` directory. The extension for a KerML file is `.kerml`. |
41 | 46 |
|
42 | | -2. Create Systems Modeling Language (SysML) files in the `sysml/src` directory. The extension for a SysML fiile is `.sysml`. |
| 47 | +2. Create Systems Modeling Language (SysML) files in the `sysml/src` directory. The extension for a SysML file is `.sysml`. |
| 48 | + |
| 49 | +3. Alternatively, you can create a separate project for your KerML or SysML files. Create the project as a Java project, with |
| 50 | +the `sysml.library` project on the build path. |
43 | 51 |
|
44 | | -3. You can view the model library files in the `sysml.library` project, but *do not change them*. |
| 52 | +4. You can view the model library files in the `sysml.library` project, but *do not change them*. |
45 | 53 |
|
46 | 54 | **Release Note:** In the current implementation, there are cases in which the processing of a file with several name resolution errors can take a very long time, |
47 | 55 | particularly if the `Quantities and Units` library is being used. This will be fixed in a future release. |
|
0 commit comments