Skip to content

Commit aed88e5

Browse files
author
Dennis Labordus
committed
Update instruction for IntelliJ, eclipse installation needed.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 0fcb3e0 commit aed88e5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

DEVELOPMENT.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,20 @@ git submodule update
3333
Importing the project is a bit harder for the SCL Validator then normal. It's caused because of the submodules that are
3434
needed from RiseClipse. These projects are Eclipse projects using Eclipse Tycho to build and Eclipse project structure.
3535

36-
A way to make everything work in IntelliJ is importing the project in the following way.
36+
The first step to make it work in IntelliJ is that an Eclipse version needs to be available on your local machine. The
37+
version we know that's working can be found [here](https://www.eclipse.org/downloads/packages/release/2019-06/r)
38+
Download (and install/unzip) Eclipse.
39+
40+
Next a way to make everything work in IntelliJ is importing the project in the following way.
3741

3842
- First step is to just import everything like it are Maven projects;
43+
- Next we need to add a Global Library in IntelliJ. Open the Module Settings and select "Global Libraries". And a new
44+
libraries and name it "ECLIPSE". Point it to the directory "<ECLIPSE_INSTALL_DIR>/plugins";
3945
- Next step is to re-import the RiseClipse Submodule as Eclipse;
40-
- In IntelliJ select "File" -> "New" -> "Module from Existing Sources...";
41-
- Select one of the RiseClipse Submodules, for instance "riseclipse-metamodel-scl2003";
42-
- Next select "Eclipse" by "Import module from External Model";
43-
- Follow the rest of the wizard, only to remember to select all subprojects that are available in the directory;
46+
- In IntelliJ select "File" -> "New" -> "Module from Existing Sources...";
47+
- Select one of the RiseClipse Submodules, for instance "riseclipse-metamodel-scl2003";
48+
- Next select "Eclipse" by "Import module from External Model";
49+
- Follow the rest of the wizard, only to remember to select all subprojects that are available in the directory;
4450

4551
Now the module should be correctly imported in IntelliJ to be used. Check the Module Settings of one of the subprojects
4652
to check if the directory "src" is a Java Source Directory, for instance the module

0 commit comments

Comments
 (0)