Tagged Questions
0
votes
1answer
360 views
“GWT module may need to be (re)compiled” when deployed into the Tomcat and the war is generated with maven
I got the issue( "GWT module 'SmartWPS' may need to be (re)compiled") while accessing the url. I have generated the war file by running maven-clean-install. I placed the same war file in the /webapp ...
0
votes
0answers
74 views
getting exception while integrating GWT GIN with Maven
getting following exception when running using maven
[INFO] auto discovered modules [com.infor.ion.boddesk.ui.sample.Employee]
[INFO] Compiling module com.infor.ion.boddesk.ui.sample.Employee
...
0
votes
1answer
532 views
How to make GWT Spring project as maven enabled
I have a project which we implemented using GWT and Spring.
I want to make the project as maven enabled.
How can i achieve that?
I have seen GWT maven plugin. Is it definately required?
Thanks,
...