I had the same exact issue.

Check your build path settings. In my case the culprit was 'm2eclipse
maven project import', it was changing a rule in my build path during
import from "src/main/resources exclude: '**/*.java'" to "src/main/
resources exclude: '**'", which was forcing eclipse environment to
ignore the gwt.xml files. The problem was only showing up when I tried
to use the gwt designer, everything else worked but that.

Hope that helps.

On Mar 28, 3:08 pm, HommeDeJava <[email protected]> wrote:
> Hi,
>
> > I supposed that you must put the file in client package.
>
> Yes indeed I've put the myUIBinderComposite.ui.xml and
> myUIBinderComposite.java files into the client package
>
> It's when I try to use the GWT Designer opening the
> myUIBinderComposite.ui.xml file using the Design Tab that I've got the
> error.
>
> Anyway, thanks for your help.
>
>
>
>
>
>
>
>
>
> > > I've tried to add UIBinder Composite widget in a project which was
> > > initiated without UiBinder using GWT plugin.
> > > So, when I tried to open xxx.ui.xml into the designer view, I've got
> > > the error « uibinder template should be in client package »
> > > You are attempting to use UiBinder for .../xxx.ui.xml however it is
> > > not in Java package.
>
> > > Did someone get this problem or have any idea?
>
> > > Thanks
>
> > > Claude
>
> > > --
> > > 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.

-- 
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.

Reply via email to