Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT 2.3 LGPL nightly doesn't work with GWT 1.5.3

    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?

    #2
    This has been removed. Thanks for pointing it out. Please try the next nightly build.

    Sanjiv

    Comment

    Working...
    X