Re: superdevmode when working with multiple projects

2012-06-28 Thread Dennis Haupt
loading sources from the classpath works. for me, at least. Am 28.06.2012 18:17, schrieb Thomas Broyer: > > On Thursday, June 28, 2012 5:47:58 PM UTC+2, Marius Grama wrote: > > Hi, > > I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it > for testing super devmode on a

Re: superdevmode when working with multiple projects

2012-06-28 Thread Thomas Broyer
On Thursday, June 28, 2012 6:32:40 PM UTC+2, Marius Grama wrote: > > Thanks Thomas for the quick answer. > > The problem was on my side. I've done the helloworld application through a > GWT wizard and there the source folder was src/. On the other hand the > bigger application I'm working on use

Re: superdevmode when working with multiple projects

2012-06-28 Thread Marius Grama
Thanks Thomas for the quick answer. The problem was on my side. I've done the helloworld application through a GWT wizard and there the source folder was src/. On the other hand the bigger application I'm working on uses a Maven source layout, src/main/java. I've modified this on the run configu

Re: superdevmode when working with multiple projects

2012-06-28 Thread Thomas Broyer
On Thursday, June 28, 2012 5:47:58 PM UTC+2, Marius Grama wrote: > > Hi, > > I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it for > testing super devmode on a GWT helloworld application. > Then i've tried to test super devmode on a more complex project structure: > - my.gwt.web.m

superdevmode when working with multiple projects

2012-06-28 Thread Marius Grama
Hi, I've downloaded gwt 2.5.0 RC1 SDK and successfully worked with it for testing super devmode on a GWT helloworld application. Then i've tried to test super devmode on a more complex project structure: - my.gwt.web.module.standard - common.gwt.web.module - another.common.gwt.web.module When I