9f3e8a9bf8508752cdf02964f30c2a2cc5011bd1
wiki/howto/onboarding.md
| ... | ... | @@ -108,7 +108,7 @@ To Clone the repository use the command: `git clone` after directing into a prio |
| 108 | 108 | * Check that JDK 1.8 is available and has been set for compilation in Eclipse |
| 109 | 109 | * Check that JDK 1.8 has been matched to JavaSE-1.8 (...>Installed JREs>Execution Environments) |
| 110 | 110 | * It is also possible to match the SAPJVM 8 to JavaSE-1.8 (for profiling purposes) |
| 111 | - * Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard <del>"Git->Projects from Git"</del> "Import->General->Projects from Folder or Archive" in Eclipse, and additionally make sure to scan for nested projects!) |
|
| 111 | + * Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard [but without smart import]<del>"Git->Projects from Git"</del> "Import->General->Projects from Folder or Archive" in Eclipse, and additionally make sure to scan for nested projects!) |
|
| 112 | 112 | * Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects |
| 113 | 113 | * Set the Eclipse target platform to race-analysis-p2-remote.target (located in com.sap.sailing.targetplatform/definitions) |
| 114 | 114 | * Wait until the target platform has been resolved completely |