Dear Maintainer,
I have a super simple question regarding the manual installation process. After doing all the Steps 1 (Eclipse Installation) and 2 (repo cloning/download), in Step 3 the importing, which of the following 3* is actually the correct way of importing?
a. File -> Import -> General -> Existing Projects into Workspace -> Select Root Directory -> there I select the repository -> then it shows SysML-v2-Pilot-Implementation -> when selecting search for nested projects, it shows also projects mentioned in Step 3
b. File -> Open Projects From File System -> Directory -> I select the repository -> then it lists me also all projects this time like (here in case of 2026-02 release): SysML-v2-Pilot-Implementation-2026-02\org.omg.sysml etc.
c. File -> Import -> Maven -> Existing Maven Projects -> Select Root Directory -> there I select the repository root folder -> then I have a tree structure with the pom.xml from org.omg.sysml:org.omg.sysml.parent:$(revision):pom as "root" and under that the pom.xml files from the according projects like org.omg.sysml.xtext/pom.xml etc.
Sorry for that probably stupid but hopefully easily answerable question! I guess I have to do a bit further homework to better understand maven and xtext ;)
Think/Hope after that it is clear -> either use mvn clean package or use the provided launch in case of installed M2Eclipse
*of course I tried every one of that. However when adding our own xtext playground project on top of it, I get some errors, which is probably due to my understanding problem.
So just wanted to get sure to setup the Pilot Implementation correctly.
Many thanks!! :)
Kind Regards,
Christian
Dear Maintainer,
I have a super simple question regarding the manual installation process. After doing all the Steps 1 (Eclipse Installation) and 2 (repo cloning/download), in Step 3 the importing, which of the following 3* is actually the correct way of importing?
a. File -> Import -> General -> Existing Projects into Workspace -> Select Root Directory -> there I select the repository -> then it shows SysML-v2-Pilot-Implementation -> when selecting search for nested projects, it shows also projects mentioned in Step 3
b. File -> Open Projects From File System -> Directory -> I select the repository -> then it lists me also all projects this time like (here in case of 2026-02 release): SysML-v2-Pilot-Implementation-2026-02\org.omg.sysml etc.
c. File -> Import -> Maven -> Existing Maven Projects -> Select Root Directory -> there I select the repository root folder -> then I have a tree structure with the pom.xml from org.omg.sysml:org.omg.sysml.parent:$(revision):pom as "root" and under that the pom.xml files from the according projects like org.omg.sysml.xtext/pom.xml etc.
Sorry for that probably stupid but hopefully easily answerable question! I guess I have to do a bit further homework to better understand maven and xtext ;)
Think/Hope after that it is clear -> either use
mvn clean packageor use the provided launch in case of installed M2Eclipse*of course I tried every one of that. However when adding our own xtext playground project on top of it, I get some errors, which is probably due to my understanding problem.
So just wanted to get sure to setup the Pilot Implementation correctly.
Many thanks!! :)
Kind Regards,
Christian