gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
GWT Eclipse Plugin Documentation
There are many problems with code completion for UI.xml files. 1. The most often one - only few properties are shown in ctrl + space dropdown instead of full list....
Add flags as checkboxes or options to the compiler. For Maven Pom.xml interact with maven configuration. Implementation could be for multiple gwt maven plugins
Create a new application creator based: 1. standard java 2. maven project 3. facet project Refine these in more detail...
- [ ] Finish CLA Process - [ ] Finish license markings - [ ] Finishe Documentation
GWT Maven options gui would be nice to help turn on/off the plugin options.
_This issue was originally filed under gwt rather than the gwt-eclipse-plugin, so recreating here:_ We use Eclipse for GWT development. We have several existing projects that are defined as GWT...
Add maven and the 2.8 test suite coming up to the gwt project app creator UI as an option to generate.
Support for Eclipse 2022-09 (should be combined with PR #409) + Java 11 Eclipse 2022-09 is minimal due to changes in the m2e integration API
``` java.lang.NoSuchMethodError: 'org.apache.maven.project.MavenProject org.eclipse.m2e.core.project.configurator.ProjectConfigurationRequest.getMavenProject()' at com.google.gdt.eclipse.maven.configurators.AbstracMavenProjectConfigurator.configure(AbstracMavenProjectConfigurator.java:74) at com.google.gdt.eclipse.maven.configurators.MavenProjectConfigurator.configure(MavenProjectConfigurator.java:124) at org.eclipse.m2e.core.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:125) at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.lambda$6(ProjectConfigurationManager.java:475) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:350) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:262) at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:469) at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.lambda$4(ProjectConfigurationManager.java:413) at java.base/java.util.Collection.removeIf(Collection.java:576) at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration0(ProjectConfigurationManager.java:407) at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.lambda$3(ProjectConfigurationManager.java:339) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:350) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:262)...
Could you please add Java 17 support? Now, after installing plugin from Marketplace, no GWT icons are displayed in Eclipse. Error log shows: ``` org.osgi.framework.BundleException: Could not resolve module: com.gwtplugins.gdt.eclipse.core...