56fe3e9d2b1b30d5fe78cfa501e03c0b8958cde8
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, e.g. version 4.5.2 "Mars SR2"), http://www.eclipse.org |
|
| 11 | +1. Eclipse (Eclipse IDE for Eclipse Committers, e.g. version 4.5.2 "Neon SR2"), http://www.eclipse.org |
|
| 12 | 12 | 2. Eclipse Extensions |
| 13 | 13 | * Install GWT Eclipse plugin for Eclipse (https://github.com/gwt-plugins/gwt-eclipse-plugin/tree/gpe-fork using http://storage.googleapis.com/gwt-eclipse-plugin/release as the update site URL) |
| 14 | 14 | * Install Eclipse debugger for GWT SuperDevMode (master version: http://p2.sapsailing.com/p2/sdbg; public release: http://sdbg.github.io/p2) |
| ... | ... | @@ -23,9 +23,9 @@ First of all, make sure you've looked at http://www.amazon.de/Patterns-Elements- |
| 23 | 23 | |
| 24 | 24 | #### Automatic Eclipse plugin installation |
| 25 | 25 | |
| 26 | -The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.5.2 "Mars SR2"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers-452/mars2) by using the script "configuration/installPluginsForEclipseMars.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: |
|
| 26 | +The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.6.2 "Neon.2"](http://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/neon2) by using the script "configuration/installPluginsForEclipseLuna.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: |
|
| 27 | 27 | |
| 28 | - ./installPluginsForEclipseMars.sh "/some/path/on/my/computer/eclipse" |
|
| 28 | + ./installPluginsForEclipseLuna.sh "/some/path/on/my/computer/eclipse" |
|
| 29 | 29 | |
| 30 | 30 | 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. |
| 31 | 31 | |
| ... | ... | @@ -35,9 +35,6 @@ On Mac OS, it's not sufficient to provide the path to the app, instead you need |
| 35 | 35 | |
| 36 | 36 | Be aware hat the installation may take several minutes depending on your Internet connection. When the script finished running, please check that no errors occurred (the installation process only logs errors but doesn't fail). |
| 37 | 37 | |
| 38 | -__NOTE:__ |
|
| 39 | -Beside the installation script for Eclipse Mars, there is also one for the new Eclipse Neon release (4.6.0). Due to a ECJ/JDT regression, this version will brake project functionality. If you've already installed Eclipse Neon, you can easily downgrade to Mars SR2, reusing your existing workspace. You just have to accept the warning you'll get during first startup and perform a workspace cleanup (`Project > Clean... > Clean all projects`). In rare cases, the target platform must be set again. |
|
| 40 | - |
|
| 41 | 38 | #### Further optional but recommended installations |
| 42 | 39 | |
| 43 | 40 | 1. Cygwin, http://www.cygwin.com/ |