thanks but it worked after i restarted my computer :) On Feb 24, 6:36 am, PKolenic <[email protected]> wrote: > It might be throwing a throwable and not an exception. > Try wrapping it in: > > try { > m_bundle = GWT.create(GlobalImageBundle.class);} catch(Throwable throw) { > > system.out.print(throw.getMessage()); > > } > > That should help tract down better what is going on. > > On Feb 24, 5:05 am, ben fenster <[email protected]> wrote: > > > after more digging i found the exact line that make it fail is > > m_bundle= GWT.create(GlobalImageBundle.class); > > what could cause client bundle creation fail without any exception > > stack trace?????? > > > On Feb 24, 3:47 am, ben fenster <[email protected]> wrote: > > > > my project was running fine in hosted and compiled modes but when i > > > moved it to another computer with a fresh install and gwt 2.0.3 (was > > > running on gwt2.0 before) it keep failing to compile without an > > > explanation and when i run in debug i see it fails when i try to get > > > an image from client bundle the last lines in the compile output were > > > > Rule did not match > > > Rebind result was > > > com.google.gwt.user.client.ui.impl.ClippedImageImpl- Hide quoted text - > > > - Show quoted text -
-- 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.
