48d66d9837af691f40a2a3d93b0de7f2e8f743a6
wiki/onboarding.md
| ... | ... | @@ -46,13 +46,15 @@ This document describes the onboarding process for a new team member (developer) |
| 46 | 46 | |
| 47 | 47 | 3. Setup and configure Eclipse |
| 48 | 48 | - Make absolutely sure to import CodeFormatter.xml (from $GIT_HOME/java) into your Eclipse preferences (Preferences->Java->Code Style->Fortmatter) |
| 49 | - - Install the Eclipse GWT-Plugin (now called Google Plugin for Eclipse, you need the Gogle WebToolkit SDK from the same update site, too) |
|
| 49 | + - Install the Eclipse GWT-Plugin (now called Google Plugin for Eclipse, you need the Google WebToolkit SDK from the same update site, too) |
|
| 50 | + - Install the Google Android SDK from the same Google Plugin for Eclipse update site |
|
| 50 | 51 | - Install Eclipse eGit (optional) |
| 51 | 52 | - Check that JDK 1.7 is available and has been set for compilation in Eclipse |
| 52 | 53 | - Check that the both JDKs are available (Windows->Preferences->Java->Installed JREs) |
| 53 | 54 | - Check that JDK 1.6 has been matched to JavaSE-1.6 and that JDK 1.7 has been matched to JavaSE-1.7 (...>Installed JREs>Execution Environments) |
| 54 | 55 | - It is also possible to match the SAPJVM 6 or 7 to the JavaSE-1.6 (for profiling purposes) |
| 55 | - - Import all Race Analysis projects from the /java(!!!) subdirectory of the git main folder |
|
| 56 | + - Import all Race Analysis projects from the `java/` subdirectory of the git main folder |
|
| 57 | + - Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects |
|
| 56 | 58 | - Set the Eclipse target platform to race-analysis-p2-ide-local.target (located in com.sap.sailing.targetplatform/definitions) |
| 57 | 59 | - Wait until the target platform has been resolved completely |
| 58 | 60 | - In the project com.sap.sailing.gwt.ui create a new subfolder "classes" in the folder WEB-INF |