masterdany88
masterdany88

Reputation: 5341

Does anyone have a sample GWT 2.7.0 Maven Eclipse IDE project?

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

Answers (1)

vjrj
vjrj

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

Related Questions