I downloaded the 2010-10-01 nightly from http://www.smartclient.com/builds/SmartGWT/2.x/LGPL and tried using it in my application that still uses GWT 1.5.3.
My app doesn't run in hosted mode - it fails due to errors compiling smartgwt.jar!/com/smartgwt/client/SmartGwtEntryPoint.java:
Line 187: The method onModuleLoad() of type SmartGwtEntryPoint must override a superclass method.
Peeking into the smartgwt.jar file, I see the "@Override" line for the onModuleLoad(). If I remove that line and regenerate the smartgwt.jar file, it compiles and loads as expected.
Can that line be removed for subsequent nightly builds?
My app doesn't run in hosted mode - it fails due to errors compiling smartgwt.jar!/com/smartgwt/client/SmartGwtEntryPoint.java:
Line 187: The method onModuleLoad() of type SmartGwtEntryPoint must override a superclass method.
Peeking into the smartgwt.jar file, I see the "@Override" line for the onModuleLoad(). If I remove that line and regenerate the smartgwt.jar file, it compiles and loads as expected.
Can that line be removed for subsequent nightly builds?
Comment