GWT Compiler

Hi,

Do you need to do anything special to enable the GWT compiler in IDEA 12?  

We have a maven-based project which works perfectly in IDEA 11, but when opened in IDEA 12 the GWT compiler just isn't triggered when the web artifact is built.  I've checked to make sure the GWT output is included in the artifact and everything else seems to be fine.  I've even dumped the entire configuration and re-imported from the POMs - the same module configuration is created as 11, but once again the GWT compiler stage just never kicks in.

Any help is much appreciated.

Cheers,
Simon

0
3 comments
Avatar
Permanently deleted user

Are GWT modules enabled for compilation in GWT Facet settings?

--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

Hi,

Unfortunately I upgraded to the latest EAP to check and now GWT support appears to be completely broken, with the following exception:

java.lang.NoClassDefFoundError: org/jetbrains/jps/gwt/model/impl/GwtModuleExtensionProperties
 at com.intellij.gwt.facet.GwtFacetConfiguration.<init>(GwtFacetConfiguration.java:45)
 at com.intellij.gwt.facet.GwtFacetType.createDefaultConfiguration(GwtFacetType.java:59)
 at com.intellij.gwt.facet.GwtFacetType.createDefaultConfiguration(GwtFacetType.java:47)
 at com.intellij.facet.impl.ProjectFacetManagerImpl.createDefaultConfiguration(ProjectFacetManagerImpl.java:113)
 at com.intellij.facet.FacetManagerImpl.createFacet(FacetManagerImpl.java:136)



Once this is fixed again, I will double-check the facet configuration.

Cheers,
Simon
0
Avatar
Permanently deleted user

Hello,

this exception is fixed since EAP build 122.592.

--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.