PDA

View Full Version : Problem with GWT 1.6



Lukiep
1 Jun 2009, 9:02 AM
I've a problem using GWT 1.6.
The files structure is different to the previous version.

I've
war folder
- project.html
- project.css
- project (folder that contains)
---- css (folder)
---- gwt (folder)
---- images (folder)
---- (etc...)

But the project.html search the css, gwt, images folders under ./ and not ./project/

How can I correct this issue?