google-code-export / gwt-test-utils

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

gwt-test-utils doesn't include the default 'client' path in classes to patch #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GWT sets the 'client' path as a default source path. gwt-test-utils does not.

As a result, if no <source path="client" /> is defined in the module .gwt.xml 
configuration is set, classes in the 'client' package are not patched, which 
result in strange error :

java.lang.NoSuchMethodError: 
xxx.client.MyWidget.getElement()Lcom/google/gwt/user/client/Element;

Original issue reported on code.google.com by gael.laz...@gmail.com on 5 Aug 2011 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 6 Aug 2011 at 6:16

GoogleCodeExporter commented 9 years ago
Both 'client' and 'shared' package are now set as default translatable sources 
package in gwt-test-utils.

I've deployed new 0.32-SNAPSHOT, 0.22.3-SNAPSHOT, 0.25.3-SNAPSHOT and 
0.28.6-SNAPSHOT with the fix. 
Could you please give it a try and give me some feedback ?

Original comment by gael.laz...@gmail.com on 6 Aug 2011 at 6:55