gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
GWT Eclipse Plugin Documentation
Downloaded Eclipse 2023-03 Installed gwt-eclipse-plugin via: https://marketplace.eclipse.org/content/gwt-plugin Create a new project (did not select Ant or Maven as builds, selected Gwt2.9.0) Eclipse Will show Language Server Errors in the "Markers"...
Is there a plan to have Google eventually pay for a certificate for the plugin so we don't need to install unsigned code?
Renamed all "lib" folders to "libs", to be unique across all plugins.
The wizard for new application and new module create modules manifests using http URLs. The protocol should be https, and the FQDN might be www.gwtproject.org. Here an extract of a...
Added M2e 1.x support, required for Eclipse 2022-06 Fixes #450
Should be renamed to something relating to GWT, and consistent with other Eclipse toolbar menu tooltips. https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/31da4f6459b82bc4db7ed40d59a43055e2c254c5/plugins/com.gwtplugins.gdt.eclipse.suite/plugin.xml#L377
There are warning lines in the logs about Java 11 not being available: ``` [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution,...
The Testbuild does not include SDBG, which is an important part, because it allows debugging right out of eclipse. In the last stable version it was included. We should at...
It is indeed possible (and wise) to configure maven to download all dependencies and have them injected in the Eclipse build
The plugin is now built against 2022-09 and m2e 2.x, and we lost compatibility with m2e 1.x, due to a few methods renamed (possibly none) The changed methods are: ProjectConfigurationRequest.getMavenProject()...