I have resolved, for this time, the problem. It is with Eclipse and GWT 2.0. I have resolve the problem with these magicals and mysteries steps :
- manual delete war/project and WEB-INF directory - build from eclipse - manual create WEB-INF/lib because eclipse can't create it ??? - rebuild project - manual copy of my project in an other directory to see it outside eclipse. AND IT'S WORK ! Thanks. 2009/12/16 Keith Platfoot <[email protected]>: > Hi Ista, > Could you provide a little more detail about your setup? For example, are > you using the latest GWT version (2.0)?. Also, how are you launching the > project? It sounds like you are running a local web server, and placing the > compiled GWT application there, and then navigating to your index page with > a web browser. If you can elaborate a little, that would be helpful in > troubleshooting the problem. Thanks, > Keith > On Wed, Dec 16, 2009 at 4:52 AM, Ista Pouss <[email protected]> wrote: >> >> Hi, >> >> I have my little gwt application with eclipse, and I copy the >> directory app in place my little web site in local, I modify >> index.html with gwt things, i lauch it... and I see : >> >> GWT module 'diap' may need to be (re)compiled >> >> >> What is that ? >> >> I've seen >> http://groups.google.com/group/google-web-toolkit/browse_frm/thread/81b75d2c71bd4775?tvc=1&q=may+need+to+be+(re)compiled >> and I delete the directory and recompile, it's always the same. >> >> Thanks for your help. >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
