gwt-widgets-0.1.5 generates errors when using with GWT 1.5M2.
Example:
[ERROR] Errors in 'jar:file:/lib/gwt-widgets-0.1.5.jar!/org/gwtwidgets/client/ui/gsearch/GResult.java'
[ERROR] Line 32: JavaScriptObject classes cannot have fields
As such, the library should be updated to reflect the changes to GWT 1.5. :)
Logged In: NO
I also get the following error under GWT 1.5 RC1:
> [ERROR] Errors in 'jar:file:/C:/Work/WorkAreaNW/Dev/Server/DRGWT/lib/
> gwt-widgets-0.1.5.jar!/org/gwtwidgets/client/ui/gsearch/
> GSearchControl.java'
> [ERROR] Line 84: Instance methods must be 'final' in non-final
> subclasses of JavaScriptObject