Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top