gwt-eclipse-plugin icon indicating copy to clipboard operation
gwt-eclipse-plugin copied to clipboard

GWT Eclipse Plugin Documentation

Results 126 gwt-eclipse-plugin issues
Sort by recently updated
recently updated
newest added

I'm using the `org.codehaus.mojo.gwt-maven-plugin` plugin in version `2.8.2`. This is my configuration: ```xml com.mycompany.myproject.gwt.App -Xmx2G app storm-core-1.0.1.jar ``` the interesting part is the `runClasspathExclude`. When I run GWT Development Mode,...

**Background:** We have a very large code base that consists of more than 150 sub projects, with roughly 70% of them being either directly or transitively referenced by a distribution...

bug
High Priority

It's time to test the gwt-eclipse-plugin with Eclipse Photon because of the upcoming release in June. Currently M6 is available for download: http://www.eclipse.org/downloads/packages/release/Photon/M6

enhancement
High Priority

I have a GWT 2.8.2 project and downloaded the current plugin's snapshot from https://storage.googleapis.com/gwt-eclipse-plugin/v3/snapshot. My versions: - GWT 2.8.2 SDK - 2.8.0.201803211650 - GWT Eclipse Plugin - 3.0.0.201803211650 My project...

There is an error while trying to create a new WebApplication Project. Regardless of GWT SDK version if checkbox **Generate project sample code** is turned off, message box with error...

bug
High Priority

Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:161) at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

Could you check if it real issue in GWT Eclipse Plugin as it mentioned in tbroyer/gwt-maven-plugin#102

bug

From http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/servers/AppEngine.html , it only has guide to launch GWT using maven google app engine . Does this support without using maven? I prefer the old way of using Google...

macOS high sierra isn't running swtbot from maven. Eclipse is locking up running swtbot too. I turned off the test until they can be fixed.

bug

Hi, there is minimal project which reproduces behavior described below. Project is empty. All dependencies are removed, but project pom file, except dependencies is unchanged from real project. It compiles...