I have created a GWT EXT project and I am using GWT version 1.6. When I run my application in hosted mode I get some WARNING messages :
WARNING: No file found for: /sc/skins/Enterprise/skin_styles.css 23 Apr, 2009 1:26:35 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif 23 Apr, 2009 1:26:35 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet ..... ..... Due to these warnings my widgets are not getting rendered properly on the page. I did not face any issues with earlier versions of GWT. This is how my GWT.XML file looks like : <module rename-to='stockwatcher'> <!-- Inherit the core Web Toolkit stuff. --> <inherits name='com.google.gwt.user.User'/> <inherits name='com.gwtext.GwtExt' /> <inherits name="com.smartgwt.SmartGwt"/> <!-- Inherit the default GWT style sheet. You can change --> <!-- the theme of your GWT application by uncommenting --> <!-- any one of the following lines. --> <inherits name='com.google.gwt.user.theme.standard.Standard'/> <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> --> <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> --> <!-- Other module inherits --> <!-- Specify the app entry point class. --> <entry-point class='com.google.gwt.sample.stockwatcher.client.StockWatcher'/> <stylesheet src="../js/ext/resources/css/ext-all.css" /> <script src="../js/ext/adapter/ext/ext-base.js"></script> <script src="../js/ext/ext-all.js"></script> </module> I read somewhere that using rename-to in the module tag is causing the problem. But did not find any resolutions for it. Please help me resolve the issue. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
