Search code examples
gwtintellij-ideaartifact

Intellij gwt - war exploded artifact


I see that intellij compiles *.cache.html files into .IntelliJIdea11\system\gwt**\compile\www*

But it wont copy them with the war exploded artifact. It copies many other files like png, js and some htmls but not the generated html files.

How do I make them to be copied, otherwise my app wont work...

Thanks.


Solution

  • Open the artifact settings in Project Structure dialog and double-click on 'GWT Compiler output' element in 'Available Elements' tree to add GWT output to the artifact configuration.