tags:

views:

126

answers:

1

I have tried all the variations of gwt-incubator jar and I continue to receive this error when compiling my source:

[ERROR] Errors in 'jar:file:/WEB-INF/lib/gwt-mosaic-0.3.0-rc1.jar!/org/gwt/mosaic/ui/client/table/DataTable.java' [ERROR] Line 64: The method onMouseClick(Event) is undefined for the type DataTable

Has anyone else encountered this when using GWT SDK 1.7.1 and gwt-mosaic-0.3.0-rc1.jar ?

A: 

I have the same problem when I try to build an war-File

Karsten