Reputation: 5341
I am trying to use GWT 2.7.0. with Maven and Eclipse IDE Does anyone have a small template?
I am particularly looking for clean project that will work with Eclipse IDE.
I was trying to do it on my own, but unfortunately I am failing.
Here is my project. It work great with maven in linux console. I can compile and run it.
Unfortunately in Eclipse IDE (as maven project) it doesn't work completely.
If someone have simple project and work with it in Eclipse IDE, please share with me.
All this set up makes me hate GWT.
Upvotes: 0
Views: 202
Reputation: 121
I recommend you to use the tbroyer's maven archetypes to generate a gwt project template and later do mvn eclipse:eclipse
on every directory to import then.
Upvotes: 1