Hi, Any resources under war/projectname are automatically generated by the GWT compiler, and it will blow away any artifacts that you add under there by hand. You can either put these resources in a war/<non project name folder>, or you can put them in a public directory which is a peer of your module. See:
http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html for more information. Rajeev On Tue, Sep 29, 2009 at 10:41 AM, ptitboutette <[email protected]>wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
