Hi! Ptitboutette, your problem is that you need add to the module configuration *.gwt.xml the next tag <public path="resources"></public> where resources will be the directory where you have statics resources (css, js, html). The gwt compiler need to know wich ones resources must to be include. I hope to serve you. Sorry for mi english.
2009/9/29 ptitboutette <[email protected]> > > hello folks, > > I have a problem after the compilation of my gwt project ... > The behaviours is right before under the hosted mode but once compiled > some files are removed in the war tree. > For instance, my war/projectname/images and war/projectname/js/ext > directories are removed after the compilation ... If I put these > directories by hand in the tree after the compilation, the link is > done with the ext directory but not for the images one ... > Do I have to allows these resources in a configuration file ? > > Thanks ! > ++ > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
