try to move package1.gwt.xml into package1,  package2.gwt.xml into package2.
i have this kind of issue too, keeping this helps:

package
    client
    server
    shared
    module.gwt.xml






On Wed, Jul 13, 2011 at 8:29 AM, cruser <crusercru...@gmail.com> wrote:

> Thanks Kojo,
>
> I had a look there and all the source is included. :(
> Here is a basic package layout, perhaps there is something wrong :
>
> src--
>       |
>       topPackage
>                      |
>                      package1
>                                   |
>                                   client
>                                   server
>                      package2
>                                   |
>                                   client
>                                          |
>                                          widget
>                                                   |
>                                                   timewidget
>                                                                  |
>
>  TimeView.java
>
>  TimeView.ui.xml
>                                   server
>                      public
>                                  |
>                                  images(folder)
>                                  package1.css
>                                  package2.css
>                      package1.gwt.xml
>                      package2.gwt.xml
>
> ...(referenced libraries and war directory etc)
>
> In this example layout the TimeView.ui.xml  gives the error "uibinder
> template should be in client package".
>
> Is there anything you can spot is wrong with the package layout? Is there
> anything that says there can be only one "client" package? When running the
> project everything works fine, I just can't use the designer
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/rfkZElLh7-IJ.
>
> 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.
>

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

Reply via email to