[appengine-java] Re: Eclipse "Run As Web Application" overwrites all the libs

2011-03-21 Thread crllvnc
You should have a look on this: http://googlewebtoolkit.blogspot.com/2010_08_01_archive.html GWT/Maven integration is a bit tricky, but when strictly applying the procedure detailed in the blog, it works like a charm. -- You received this message because you are subscribed to the Google Groups "

[appengine-java] Re: Eclipse "Run As Web Application" overwrites all the libs

2011-03-20 Thread Philippe Beaudoin
I found a workaround by disabling and reenabling Maven dependency injection in Eclipse: Right-click on the project > Maven > Disable Dependency Management Right-click on the project > Maven > Enable Dependency Management I still think there may be something wrong with the GEP though... -- You r