Sounds strange that it would be a bug (but perhaps you are right). I would recommend having your EntryPoint class separate from your UiBinder classes. i.e. Testgwt is your entry point class and then have a separate class for the widget (say GWTWidget.java and GWTWidget.ui.xml)
Your entry point class for a module should be used for module initialisation and to specify which widgets to bind to which HTML elements in your host page + various other functions. It shouldn't be used as a widget itself. Cheers, Jin On Oct 12, 6:42 pm, heros <[email protected]> wrote: > WOW, this is really a bug of GWT Compiler. > I'll report to GWT issues tracking. > It's caused by GWT can't analyze main class to bind with uibinder > class when "project name" is same "package name". > > Cheers, > Hung > > On Oct 12, 9:54 am, heros <[email protected]> wrote: > > > > > Thanks for your link (I have clicked some ads for you -;) ) > > > I'm using latest GWT plugin for Eclipse 3.6. > > You can build the same project? > > It's strange. I also install GWT Desinger too. Do it effect to the > > project build process? > > May I try to reinstall GWT plugin. > > > Hung > > > On Oct 12, 5:09 am, Sorinel C <[email protected]> wrote: > > > > Do you use the GWT plugin for Eclipse to create and manage your > > > project (structure) ? 'cause if you do that, then you shouldn't have > > > this problem... > > > > Here's the list of the lastest tools from > > > GWT:http://ui-programming.blogspot.com/2010/10/cool-development-tools-fro... > > > > Cheers, > > > > PS: if you like it, don't be shy and click on 1 or 2 ads, please! -- 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.
