Yes everything is OK now, using the source attribute to declare where my entrypoint is, and which others packages does it use. Thank you
On 9 avr, 11:56, robbyb67 <[email protected]> wrote: > The reason for this behaviour in my project is that I have 2 modules > in the (same) client package. > > I solved the problem by putting my modules into separate packages OUT > OF the standard client package: > > Module 1: com.foo.client > Module 2: com.foo.module2 > > Dont forget to add a <source path="module2"/> to the module2.gwt.xml. > > On 8 Apr., 17:16, robbyb67 <[email protected]> wrote: > > > I have this problem too ! > > I am trying the Java-SDK for AppEngine which contains GWT 1.6.4. > > > On 8 Apr., 11:32,jeremyprioux<[email protected]> wrote: > > > > Hello, > > > > I was using 1.5 and Eclipse for my project and it worked fine (with > > > some home made compiled script). > > > > As I wanted to upgrade to the last version, I installed the new > > > Eclipse gwt plugin and created a new project. > > > > I think I succeed to import my 5 or 6 modules of my old project, as > > > they are recognized while I want to use the "compile" tool from the > > > gwt eclipse plugin. > > > > But... I can't compile, I've got an error with the very first module, > > > something like : > > > Compiling module fr.xxxx.client.accueil > > > Computing all possible rebind results for > > > 'fr.xxxx.client.site.tab.accueil.HomeTabEntryPoint' > > > Rebinding fr.xxxx.client.site.tab.accueil.HomeTabEntryPoint > > > Checking rule <generate-with > > > class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/> > > > [ERROR] Unable to find type > > > 'fr.xxxx.client.site.tab.accueil.HomeTabEntryPoint' > > > [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 > > > > I only inherit the com.google.gwt.user.User module, I verified that > > > 'fr.xxxx.client.site.tab.accueil.HomeTabEntryPoint' is right too (and > > > in the directory src, which is the source folder), and gwt-user and > > > gwt-dev are part of my librairies in my build path. > > > > I must have forgot something so thank you for helping me ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
