Hi doopa,
Thanks for answering. here is my main module (the one I'm trying to
run)
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.i18n.I18N"/>
<inherits name='com.thapar.gwt.user.ui.SimpleDatePicker'/>
<inherits name='com.chillka.ccm.classes'/>
<inherits name='com.zonahelp.client.ccm.helpdesk.classes'/>
<inherits
name='com.zonahelp.client.ccm.widgets.tickets.WidgetLibrary'/>
<inherits
name='com.zonahelp.client.ccm.widgets.dialogedit.WidgetLibrary'/>
<inherits
name='com.zonahelp.client.ccm.widgets.profiles.WidgetLibrary'/>
<inherits
name='com.zonahelp.client.ccm.widgets.contracts.WidgetLibrary'/>
<inherits
name='com.zonahelp.client.ccm.widgets.activities.WidgetLibrary'/>
<inherits name='com.impsat.classes'/>
<extend-property name="locale" values="pt_BR"/>
<extend-property name="locale" values="es_AR"/>
<!-- Specify the app entry point class. -->
<entry-point class='com.zonahelp.client.helpdesk'/>
<stylesheet src='HelpDesk.css'/>
<stylesheet src='datePicker.css'/>
<servlet path="/ZHService"
class="com.zonahelp.server.ZHServiceImpl"/>
<servlet path="/ChatStreamingService"
class="com.zonahelp.server.StreamingServiceImpl"/>
<servlet path="/ChatStreamingServlet"
class="com.zonahelp.server.StreamingServlet"/>
</module>
in the entry that says <inherits name='com.chillka.ccm.classes'/> it
refers to this content (classes.gwt.xml)
<module>
<inherits
name='com.chillka.ccm.client.widgets.dialogedit.WidgetLibrary'/>
<inherits
name='com.chillka.ccm.client.widgets.profiles.WidgetLibrary'/>
<inherits name='com.chillka.ccm.client.widgets.common.WidgetLibrary'/
>
<inherits
name='com.chillka.ccm.client.widgets.workflow.WidgetLibrary'/>
<inherits
name='com.chillka.ccm.client.widgets.activities.WidgetLibrary'/>
<inherits
name='com.chillka.ccm.client.widgets.accounts.WidgetLibrary'/>
</module>
and here is for a example how one of this modules are
declared ...dialogedit.WidgetLibrary:
<module>
<source path="com/chillka/ccm/client/widgets/dialogedit" />
<inherits name="com.google.gwt.i18n.I18N"/>
<extend-property name="locale" values="pt_BR"/>
<extend-property name="locale" values="es_AR"/>
</module>
This is waorking great en GWT 1.4.6 but when I try to change to 1.5 it
gives me thos errors. I think taht ther is a change in the form that
GWT 1.5 constract the classpaths
Thanks,
Fernando.
On 27 ago, 11:22, doopa <[EMAIL PROTECTED]> wrote:
> 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 inGWT1.4perfectly. 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 on1.4(I have in each module a .gwt.xml with the <source
> > path=... ). But when I useGWT1.5it 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
-~----------~----~----~----~------~----~------~--~---