5fa015c7800e40a9aaff6c0746c0881cea2cc1fb
wiki/howto/development/local-gwt.md
| ... | ... | @@ -24,7 +24,7 @@ Those tags must be put into the *.gwt.xml files e.g. "AdminConsole.gwt.xml". |
| 24 | 24 | |
| 25 | 25 | ## Debugging GWT |
| 26 | 26 | ### Super dev Mode |
| 27 | -For further instructions look [here](./development/super-dev-mode.md). |
|
| 27 | +For further instructions look [here](./development/super-dev-mode). |
|
| 28 | 28 | ### dev Mode (deprecated) |
| 29 | 29 | One of the great strengths of GWT is the use of Eclipse as a Java source-level debugging environment. To enjoy this feature, launch the SailingServer launch config appropriate for your environment (Proxy / No Proxy), then launch the SailingGWT launch configuration in debug mode. After a while it will show a "Development Mode" view that shows all entry points that have been initialized. Double-click on the one you want to debug, and your default browser (hopefully FireFox, because with other browsers the GWT debug plugin tends to be not very stable or not even present) will open. |
| 30 | 30 |
wiki/howto/onboarding.md
| ... | ... | @@ -152,7 +152,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window |
| 152 | 152 | - Press "List Races" |
| 153 | 153 | 6. Further useful launch configurations |
| 154 | 154 | - Use SAP JVM Profiler. If you used the script above and installed the SAPJVM instead of the jdk, you can now open the profiling perspective by clicking on Window ⇒ Perspective ⇒ Open Perspective ⇒ Profiling) |
| 155 | - - Debugging gwt: For further instructions please see [here](./development/super-dev-mode.md) |
|
| 155 | + - Debugging gwt: For further instructions please see [here](./development/super-dev-mode) |
|
| 156 | 156 | |
| 157 | 157 | ### Build for deployment |
| 158 | 158 | 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. |