Hi guys,
i cannot get the smartgwtee samples to run from within intellij using the "gwt" facet.
Optimally, i would like to have a project that i can just launch using the "gwt development mode" console w jetty. It works fine with the "regular" gwt samples, but not my own EE project, or any of the samples.
I can build and deploy fine using maven and use the created war manually, it's just from within intellij it doesn't work.
The console launches, and i can click on "launch default browser" which results in me getting the entrypage html file, but nothing comes into the main "div".
In the jetty log i get the following error message:
00:00:00.006 [WARN] Aliased resource: file:/Users/xx/Library/Caches/IntelliJIdea90/gwt/nuba.nuba5e273cec/nubaweb.f1919e44/run/www/nuba/nuba.nocache.js==file:/Users/xx/Library/Caches/IntelliJIdea90/gwt/nuba.nuba5e273cec/nubaweb.f1919e44/run/www/Nuba/Nuba.nocache.js
Anybody have any pointers? would be appreciated.
i cannot get the smartgwtee samples to run from within intellij using the "gwt" facet.
Optimally, i would like to have a project that i can just launch using the "gwt development mode" console w jetty. It works fine with the "regular" gwt samples, but not my own EE project, or any of the samples.
I can build and deploy fine using maven and use the created war manually, it's just from within intellij it doesn't work.
The console launches, and i can click on "launch default browser" which results in me getting the entrypage html file, but nothing comes into the main "div".
In the jetty log i get the following error message:
00:00:00.006 [WARN] Aliased resource: file:/Users/xx/Library/Caches/IntelliJIdea90/gwt/nuba.nuba5e273cec/nubaweb.f1919e44/run/www/nuba/nuba.nocache.js==file:/Users/xx/Library/Caches/IntelliJIdea90/gwt/nuba.nuba5e273cec/nubaweb.f1919e44/run/www/Nuba/Nuba.nocache.js
Anybody have any pointers? would be appreciated.
Comment