gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
GWT Eclipse Plugin Documentation
- Removed the included 2 guava libraries and replaced them by an dependency to the bundle com.google.guava which is included in eclipse anyway. - replaced the javax.servlet dependency by jakarta.servlet-api,...
Projects with mixed client/server classpaths are helpful for tiny demos, but can cause many irritating surprises for large applications as the classpath grows. Additionally, with J2CL it will not make...
It appears that CI can't run integration tests today, probably because they are running headless. Consider something like xvfb to simulate having a monitor so tests run. Confirmed locally that...
Additionally, there seem to be some "INFO" logs that point to likely bugs, like comparing strings to non-strings. This can result in "warning fatigue" where developers learn to ignore warnings,...
This file: https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/repo/src/main/resources/index.html is using very old xslt APIS. Here a more modern example, we could use as a starting point https://developer.mozilla.org/en-US/docs/Web/XSLT/XSLT_JS_interface_in_Gecko/Basic_Example
If you try to install the plugin via the marketplace for eclipse 2024-03 (4.31.0), you get the following error: `Cannot complete the install because one or more required items could...
# Description: When I modfiy a file included in a client module and when I reload the page through the browser I expect the GWT plugin automatically recompile it. However...
- Create projects based on templates. - removed some unused code - added a multi project template without example code - added a multi project GWT project template with the...
``` Cannot complete the install because one or more required items could not be found. Software being installed: GWT Eclipse Plugin 4.1.0.202408022158 (com.gwtplugins.eclipse.suite.v3.feature.feature.group 4.1.0.202408022158) Missing requirement: GWT Eclipse Plugin 4.1.0.202408022158...
This is intended for Release 4.2. It add's composite repo files and removes the sdk's, which can be build separately by the **_gwt-sdk-plugins_** project. The Update Site should look like...