wiki/howto/ignore-missing-gwt-sdk-warning.png
... ...
Binary files /dev/null and b/wiki/howto/ignore-missing-gwt-sdk-warning.png differ
wiki/howto/ignore-package-not-exported-warning.png
... ...
Binary files /dev/null and b/wiki/howto/ignore-package-not-exported-warning.png differ
wiki/howto/onboarding.md
... ...
@@ -20,7 +20,7 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements
20 20
21 21
#### Automatic Eclipse plugin installation
22 22
23
-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:
23
+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"](https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-eclipse-committers) 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:
24 24
25 25
./installPluginsForEclipse2019-03.sh "/some/path/on/my/computer/eclipse"
26 26
... ...
@@ -42,6 +42,18 @@ The script will install the following plugins for your convenience:
42 42
* UMLet ([https://www.umlet.com/](https://www.umlet.com/))
43 43
* various updates to preinstalled plugins
44 44
45
+#### Tuning the Eclipse Installation
46
+
47
+Out of the box, two settings in Eclipse avoid a clean workspace. Go to Window - Preferences and change the following two settings:
48
+
49
+* Set the "Missing GWT SDK" warning to "Ignore". See screenshot below.
50
+
51
+![](ignore-missing-gwt-sdk-warning.png)
52
+
53
+* Set the "Plug-in does not export all packages" warning to "Ignore". See screenshot below.
54
+
55
+![](ignore-package-not-exported-warning.png)
56
+
45 57
#### Further optional but recommended installations
46 58
47 59
1. Cygwin, [http://www.cygwin.com/](http://www.cygwin.com/)
... ...
@@ -137,7 +149,7 @@ When a file has "wrong line endings" (line endings are different to what is conf
137 149
138 150
If you are working with a linux-system and you get the error message `error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory` try to install lib32z1 and lib32stdc++6.
139 151
140
-####Steps to consider for using other modules
152
+#### Steps to consider for using other modules
141 153
1. For Eclipse Build
142 154
* MANIFEST.MF , add module names unter dependencies
143 155
* *.gwt.xml , add `<inherits name="-modulename-.-gwt.xml file name-" />`