yishankang / gwt-designer

Automatically exported from code.google.com/p/gwt-designer
0 stars 0 forks source link

Error: UiBinder template should be in client package #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Someone previously reported this on the GPE issue tracker, and it was marked 
Invalid:
http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=199
It was also previously reported on the GWT issue tracker and was somehow marked 
Fixed, but it doesn't seem to be fixed:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6626

Here is the original report:

Reported by dejavu...@googlemail.com, Sep 17, 2012

Found in GWT Designer Release:

2.6.0.r37x201206111253

Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
not relevant

Detailed description:

If the module-XML isn't in the same folder like the client-package, the 
Design-view can't be opened and the following message apear:

"You are attempting to use UiBinder for xxx.ui.xml, however it is not in GWT 
client package."

This is a bug, because you can specify user-defined client-packages in 
module-XML with the source-tag e.g.:

<source path="com/example/client"/>

Workaround if you have one:
Only put the Module-XML into the same folder like the client-package.

Original issue reported on code.google.com by vi...@umich.edu on 10 May 2013 at 12:01

GoogleCodeExporter commented 8 years ago
I am adding a few attachments in case they are helpful. We would love to see 
this resolved; we decided to wait in switching over to UiBinder until this is 
fixed.
GWT version: 2.5.1
GWT Designer version: (see image for component version numbers)

See also:
- The attached image of the error message.
- A zipped sample project (missing gwt-servlet.jar, for space) from the latest 
edition of "GWT in Action" by Manning.

Original comment by vi...@umich.edu on 10 May 2013 at 12:45

Attachments: