You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AbstractModule.getShortName the plugin assumes that the module (i.e. the .gwt.xml file) is an IFile.
But when a new module is inserted, project is scanned for modules in jars, and modules are now.. JarEntryFile, so that we get a ClassCastException in AbstractModule.getShortName and AbstractModule.getModuleNameGwtMaven2