On 27 août, 16:42, Fernando from Argentina <[EMAIL PROTECTED]> wrote: > > <inherits > name='com.chillka.ccm.client.widgets.dialogedit.WidgetLibrary'/> [...] > and here is for a example how one of this modules are > declared ...dialogedit.WidgetLibrary: > > <module> > <source path="com/chillka/ccm/client/widgets/dialogedit" />
It should probably be <source path="" /> if you aren't using a subpackage. The source path is relative to the module's gwt.xml path. See http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideModuleXml and http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideModules --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
