java/com.sap.sailing.gwt.ui/.tmp/gwt-work/.gitignore
... ...
@@ -1 +1,2 @@
1 1
com.*
2
+*.log
wiki/howto/onboarding.md
... ...
@@ -8,7 +8,7 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements
8 8
9 9
#### Installations
10 10
11
-1. Eclipse (Eclipse IDE for Eclipse Committers, version 4.8.0 ["Photon"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/photonr)), [http://www.eclipse.org](http://www.eclipse.org)
11
+1. Eclipse (Eclipse IDE for Eclipse Committers, version 4.11.0 ["2019-03"]https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-eclipse-committers)), [http://www.eclipse.org](http://www.eclipse.org)
12 12
2. Install the eclipse plugins (see Automatic Eclipse plugin installation below)
13 13
3. Git (e.g. Git for Windows v2.18), [http://git-scm.com](http://git-scm.com) / [https://git-for-windows.github.io](https://git-for-windows.github.io)
14 14
4. MongoDB (e.g. Production Release 2.6.7), download: [https://www.mongodb.com/](https://www.mongodb.com/)
... ...
@@ -21,9 +21,9 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements
21 21
22 22
#### Automatic Eclipse plugin installation
23 23
24
-The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.8.0 "Photon"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/photonr) by using the script "configuration/installPluginsForEclipsePhoton.sh". In addition, the script applies some updates to plugins packaged with Eclipse itself. To start the plugin installation, run the following command using your Eclipse installation directory as command line parameter for the script:
24
+The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.11.0 "2019-03"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/photonr) by using the script "configuration/installPluginsForEclipse2019-03.sh". In addition, the script applies some updates to plugins packaged with Eclipse itself. To start the plugin installation, run the following command using your Eclipse installation directory as command line parameter for the script:
25 25
26
- ./installPluginsForEclipsePhoton.sh "/some/path/on/my/computer/eclipse"
26
+ ./installPluginsForEclipse2019-03.sh "/some/path/on/my/computer/eclipse"
27 27
28 28
Be aware that with this script it's not possible to update the plugins to newer versions. Instead you can install a new version by unpacking the base package and executing the script.
29 29
... ...
@@ -90,7 +90,6 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi
90 90
* Check that the both JDKs are available (Windows->Preferences->Java->Installed JREs)
91 91
* 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)
92 92
* It is also possible to match the SAPJVM 7 or 8 to JavaSE-1.7 / JavaSE-1.8 (for profiling purposes)
93
- * Go to Windows->Preferences->GWT->Errors/Warnings and set "Missing SDK" to "Ignore"
94 93
* 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!)
95 94
* Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects
96 95
* Set the Eclipse target platform to race-analysis-p2-remote.target (located in com.sap.sailing.targetplatform/definitions)