Hi, How can I include static resources, like css/html files that are located in the war folder, in my gwt output, just like toke place following the public layout instead of the new war layout? At this moment GWT simple ignores it and only uses it during Hosted mode... BTW: My gwt compiler output is separated from the war input, that is: the input (=war) isn't the same as the output (!= war).
I migrated to gwt 2.0 and use the new war folder layout. My war contains some static resources, like style stheets, that are directly included in the html file that loads the module. In the past they ware located in the public folder and the GWT compiler automatically included them in the output. Currently this doesn't happen anymore. Why is this and how can I acomplisch this ? I read in the article http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html I read that this should be done through a Ant task, but I find that very hard to belief and I am not sure of the doc is up2date as it concerns the 1.6 version. Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
