-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 [email protected], 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 [email protected] on 10 May 2013 at 12:01