Thank you for reply me! How should specify the source package in the file .gwt.xml? I changed the file .gwt.xml:
<module> <inherits name="com.google.gwt.user.User"/> <inherits name="com.gwtext.GwtExt"/> <entry-point class="gwt.client.GwtApplication"/> <source path="to"/> <stylesheet src="js/ext/resources/css/ext-all.css"/> <script src="js/ext/adapter/ext/ext-base.js"/> <script src="js/ext/ext-all.js"/> <servlet class="gwt.server.ComunicationServiceImpl" path="/ comunication"/> <stylesheet src="GwtApplication.css"/> </module> and the error is: Compiling module gwt.GwtApplication Computing all possible rebind results for 'gwt.client.GwtApplication' Rebinding gwt.client.GwtApplication Checking rule <generate-with class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/> [ERROR] Unable to find type 'gwt.client.GwtApplication' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly [ERROR] Build failed My version GWT is: 1.5.2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---