wiki/howto/onboarding.md
... ...
@@ -96,11 +96,11 @@ Beside the installation script for Eclipse Mars, there is also one for the new E
96 96
* Press List Races
97 97
98 98
#### Maven Setup
99
-Copy the settings.xml **and** the toolchains.xml from the top-level git folder to your ~/.m2 directory and adjust the proxy settings accordingly (uncomment if you are in the corporate network). Make sure the mvn executable you installed above is in your path. Open a shell (preferrably a git bash or a cygwin bash), cd to the git workspace's root folder and issue "./configuration/buildAndUpdateProduct.sh build". This should build the software and run all the tests. If you want to avoid the tests being executed, use the -t option. If you only want to build one GWT permutation (Chrome/English), use the -b option. When inside the SAP VPN, add the -p option for proxy use. Run the build script without arguments to get usage hints.
99
+Copy the settings.xml **and** the toolchains.xml from the top-level git folder to your ~/.m2 directory and adjust the proxy settings accordingly (uncomment if you are in the corporate network). Set the paths inside of the toolchains.xml to your JDKs root folders depending on where you installed them (this is like setting the compiler for your IDE, only for Maven, so there is no JDK hardcoded into the Maven configuration). Make sure the mvn executable you installed above is in your path. Open a shell (preferrably a git bash or a cygwin bash), cd to the git workspace's root folder and issue "./configuration/buildAndUpdateProduct.sh build". This should build the software and run all the tests. If you want to avoid the tests being executed, use the -t option. If you only want to build one GWT permutation (Chrome/English), use the -b option. When inside the SAP VPN, add the -p option for proxy use. Run the build script without arguments to get usage hints.
100 100
101 101
#### Further hints
102 102
- Configure Eclipse to use Chrome or Firefox as the default browser
103
-- Install the GWT Browser Plugin (Chrome or Firefox; as of this writing (2013-11-05), Firefox is the only platform where the plug-in runs stably) for the GWT Development mode
103
+- Install the GWT Browser Plugin for the GWT Development mode <del>(Chrome or Firefox; as of this writing (2013-11-05), Firefox is the only platform where the plug-in runs stably)</del> (As of 2016-08-31 Firefox is the only browser supporting the GWT plugin, you have to download Firefox version 24 for it to work)
104 104
105 105
#### Additional steps required for Android projects
106 106