Re: Please help: GWT generates .class files to src folder

2016-08-31 Thread JonL
If you are running in Eclipse, this is an eclipse setting in the Project Properties -> Java Build Path, make sure "Allow output folders for source folders" is unchecked or make sure that each source folder is pointing its output folder to a desired location. On Wednesday, August 31, 2016 at

Please help: GWT generates .class files to src folder

2016-08-31 Thread 'Florian Heymel' via GWT Users
Hello all, i got a strange issue recently. If i launch gwt superdev mode gwt somehow compiles classes on demand, as soon as they are used (servlets or daos etc). What i dont understand is, why they occure in my src folder? Can anyone hep with that issue? That is really annoying because it