Put the following entries on your classpath. In this order. 1. source directories of your project 2. class/output directories of generator classes if any 3. JARs of required modules 4. gwt-user.jar 5. gwt-dev-xxx.jar
On Sep 11, 9:29 am, Ryan <[EMAIL PROTECTED]> wrote: > hi everybody, > > I have this particular problem while running an ant script. > When I try to run the gwt compiler in the ant script I get the > following messages. > > [TRACE] Loading module 'com.x.y' > [TRACE] Translatable source found in... > [WARN] No source path entries; expect subsequent failures > [INFO] Compiling module com.x.y > [DEBUG] Computing all possible rebind results for 'com.a.client.AMain' > [DEBUG] Rebinding com.a.client.AMain > [DEBUG] Checking rule <generate-with > class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/> > [ERROR] Unable to find type 'com.a.client.AMain' > [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 > [ERROR] Build failed > > Could anybody provide me any indicators as to how to solve this > problem. > If you need any more information Please do let me know > > regards, > Cherry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
