Re: GWT with Maven and Spring

2014-09-29 Thread George Georgovassilis
Hi Dilan, I run several GWT projects with Spring and Maven without a big fuss, but it requires some tweaking until you get it right. I keep a bare (more or less) project skeleton on github [1] to help me speed up new projects. [1]

Re: GWT with Maven and Spring

2014-09-26 Thread Dilan A
Is there is a any working tutorial to get GWT setup with using maven? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-22 Thread Dilan A
On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how maven libs are not available under WEB-INF/lib -- You received

Re: GWT with Maven and Spring

2014-09-22 Thread Thomas Broyer
On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how

GWT with Maven and Spring

2014-09-21 Thread Dilan A
Hi I have got gwt with spring and I'm getting following error java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener My maven dependency has loaded the spring libraries but its look like lib are not available at \war\WEB-INF\lib In POM i have added the

GWT with Maven and Spring

2014-09-21 Thread Thomas Broyer
The default scope in Maven is compile, there's no scope named default. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to