d337e0a6d15b41c51134bf5116a188e03e912d37
wiki/howto/onboarding.md
| ... | ... | @@ -19,7 +19,7 @@ First of all, make sure you've looked at http://www.amazon.de/Patterns-Elements- |
| 19 | 19 | 7. JDK 1.8 (Java SE 8), http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html |
| 20 | 20 | 8. Maven 3.1.1 (or higher), http://maven.apache.org |
| 21 | 21 | 9. GWT SDK 2.8.2 (http://www.gwtproject.org/download.html) |
| 22 | -10. Standalone Android SDK (see section "Additional steps required for Android projects"). OPTIONALLY: Android Studio (https://developer.android.com/tools/studio/index.html) or IntelliJ IDEA (https://www.jetbrains.com/idea/download/). |
|
| 22 | +10. Standalone Android SDK (see section "Additional steps required for Android projects"). OPTIONALLY: You may additionally install Android Studio (https://developer.android.com/tools/studio/index.html) or IntelliJ IDEA (https://www.jetbrains.com/idea/download/). |
|
| 23 | 23 | |
| 24 | 24 | #### Automatic Eclipse plugin installation |
| 25 | 25 | |
| ... | ... | @@ -66,7 +66,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi |
| 66 | 66 | 3. Setup and configure Eclipse |
| 67 | 67 | * Make absolutely sure to import CodeFormatter.xml (from $GIT_HOME/java) into your Eclipse preferences (Preferences->Java->Code Style->Formatter) |
| 68 | 68 | * Install the Eclipse GWT-Plugin (now called Google Plugin for Eclipse) |
| 69 | - * Install the Google Android SDK from the same Google Plugin for Eclipse update site |
|
| 69 | + * Install the Google Android SDK (see section "Additional steps required for Android projects" for detailed info!) |
|
| 70 | 70 | * In Eclipse go to "Window->Preferences->Java->Build Path->Classpath Variables" and create a new classpath variable called ``ANDROID_HOME``. Set its value to the install location of your Android SDK, e.g., ``c:\apps\android-sdk-windows`` or ``/usr/local/android-sdk-linux``. |
| 71 | 71 | * Install GWT SDK and add the SDK in Eclipse (Preferences -> Google -> Web Toolkit -> Add...) |
| 72 | 72 | * In "Window->Preferences->General->Editors->TextEditors" check Insert Spaces for Tabs |
| ... | ... | @@ -79,7 +79,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi |
| 79 | 79 | * Check that JDK 1.7 has been matched to JavaSE-1.7 and that JDK 1.8 has been matched to JavaSE-1.8 (...>Installed JREs>Execution Environments) |
| 80 | 80 | * It is also possible to match the SAPJVM 7 or 8 to JavaSE-1.7 / JavaSE-1.8 (for profiling purposes) |
| 81 | 81 | * Go to Windows->Preferences->Google->Errors/Warnings and set "Missing SDK" to "Ignore" |
| 82 | - * Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard "Git"->"Projects from Git" in Eclipse, and additionally make sure to scan for nested projects!) |
|
| 82 | + * Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard "Git->Projects from Git" in Eclipse, and additionally make sure to scan for nested projects!) |
|
| 83 | 83 | * Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects |
| 84 | 84 | * Set the Eclipse target platform to race-analysis-p2-remote.target (located in com.sap.sailing.targetplatform/definitions) |
| 85 | 85 | * Wait until the target platform has been resolved completely |