Re: Can't compile with new 1.6 project

2009-04-09 Thread robbyb67

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 rbausd...@googlemail.com 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 jeremypri...@gmail.com 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..client.accueil
     Computing all possible rebind results for
  'fr..client.site.tab.accueil.HomeTabEntryPoint'
        Rebinding fr..client.site.tab.accueil.HomeTabEntryPoint
           Checking rule generate-with
  class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/
              [ERROR] Unable to find type
  'fr..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..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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Can't compile with new 1.6 project

2009-04-09 Thread jeremyprioux

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 rbausd...@googlemail.com 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 rbausd...@googlemail.com 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,jeremypriouxjeremypri...@gmail.com 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..client.accueil
      Computing all possible rebind results for
   'fr..client.site.tab.accueil.HomeTabEntryPoint'
         Rebinding fr..client.site.tab.accueil.HomeTabEntryPoint
            Checking rule generate-with
   class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/
               [ERROR] Unable to find type
   'fr..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..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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Can't compile with new 1.6 project

2009-04-08 Thread robbyb67

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 jeremypri...@gmail.com 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..client.accueil
    Computing all possible rebind results for
 'fr..client.site.tab.accueil.HomeTabEntryPoint'
       Rebinding fr..client.site.tab.accueil.HomeTabEntryPoint
          Checking rule generate-with
 class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/
             [ERROR] Unable to find type
 'fr..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..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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---