Could you post you module.gwt.xml files please?
On Aug 12, 7:49 pm, Fernando from Argentina <[EMAIL PROTECTED]>
wrote:
> I had a medium size project that is working in GWT 1.4 perfectly. I
> have a
> jar with common code that I use in several project. All my projects
> are multilingual so to keep thing easy to follow I made different
> modules with each properties files with the translations. This all
> work great on 1.4 (I have in each module a .gwt.xml with the <source
> path=... ). But when I use GWT 1.5 it doesn't compile at all. It
> doesn't even find the classes in the main project. Here is the
> compilation:
>
> Removing units with errors
> [ERROR] Errors in 'file:/C:/JavaProjects/ZHCC/src/com/zonahelp/
> client/SearchC
> ompanyContactsDataProvider.java'
> [ERROR] Line 8: No source code is available for type
> com.chillka.ccm.clien
> t.widgets.common.SearchDataProviderFactory; did you forget to inherit
> a required
> module?
> [ERROR] Errors in 'jar:file:/C:/Temp/Java/Chillka/ccmclient.jar!/
> com/chillka/
> ccm/client/rpc/accounts/UsersByNameItems.java'
> [ERROR] Line 10: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItems; did you forget to inherit a
> required module?
> [ERROR] Line 12: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItemsAsyncReturn; did you forget to
> inherit a requir
> ed module?
> [ERROR] Errors in 'jar:file:/C:/Temp/Java/Chillka/ccmclient.jar!/
> com/chillka/
> ccm/client/rpc/accounts/CompanyAccountsByNameItems.java'
> [ERROR] Line 10: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItems; did you forget to inherit a
> required module?
> [ERROR] Line 12: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItemsAsyncReturn; did you forget to
> inherit a requir
> ed module?
> [ERROR] Errors in 'jar:file:/C:/Temp/Java/Chillka/ccmclient.jar!/
> com/chillka/
> ccm/client/rpc/accounts/ContactsByNameItems.java'
> [ERROR] Line 10: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItems; did you forget to inherit a
> required module?
> [ERROR] Line 12: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItemsAsyncReturn; did you forget to
> inherit a requir
> ed module?
> [ERROR] Errors in 'file:/C:/JavaProjects/ZHCC/src/com/zonahelp/
> client/ZHServi
> ceGWTAsync.java'
> [ERROR] Line 23: No source code is available for type
> com.zonahelp.client.
> ccm.helpdesk.HdTicket; did you forget to inherit a required module?
> [ERROR] Line 25: No source code is available for type
> com.zonahelp.client.
> ccm.contracts.Contract; did you forget to inherit a required module?
> [ERROR] Errors in 'file:/C:/JavaProjects/ZHCC/src/com/zonahelp/
> client/Contact
> InfoWidget.java'
> [ERROR] Line 43: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.AutoCompleteTextBox; did you forget to inherit a
> required modu
> le?
> [ERROR] Line 55: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.SearchGridWidget; did you forget to inherit a
> required module?
>
> [ERROR] Line 56: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.SearchWidgetNotifier; did you forget to inherit a
> required mod
> ule?
> [ERROR] Line 57: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.ObjectActivityNotifier; did you forget to inherit a
> required m
> odule?
> [ERROR] Line 60: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.EditedDataNotifier; did you forget to inherit a
> required modul
> e?
> [ERROR] Line 62: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.BreadcrumbNotifier; did you forget to inherit a
> required modul
> e?
> [ERROR] Line 193: No source code is available for type
> com.chillka.ccm.cli
> ent.widgets.accounts.ContactEditWidget; did you forget to inherit a
> required mod
> ule?
> [ERROR] Line 214: No source code is available for type
> com.chillka.ccm.cli
> ent.widgets.common.AutoCompleteContainerNotifier; did you forget to
> inherit a re
> quired module?
> [ERROR] Line 247: No source code is available for type
> com.chillka.ccm.cli
> ent.widgets.common.SearchGridNotifier; did you forget to inherit a
> required modu
> le?
> [ERROR] Errors in 'jar:file:/C:/Temp/Java/Chillka/ccmclient.jar!/
> com/chillka/
> ccm/client/rpc/accounts/GroupsByNameItems.java'
> [ERROR] Line 10: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItems; did you forget to inherit a
> required module?
> [ERROR] Line 12: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.CompletionItemsAsyncReturn; did you forget to
> inherit a requir
> ed module?
> [ERROR] Errors in 'file:/C:/JavaProjects/ZHCC/src/com/zonahelp/
> client/HdTicke
> tManager.java'
> [ERROR] Line 32: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.profiles.Sink; did you forget to inherit a required module?
> [ERROR] Line 35: No source code is available for type
> com.chillka.ccm.clie
> nt.widgets.common.SearchWidgetNotifier; did you forget to inherit a
> required mod
>
> any ideas?
>
> Thanks,
> Fernando.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---