1 Reply Latest reply on May 22, 2014 3:31 PM by jdestef

    Errai 3 Snapshot and MGWT failed to compile

    jdestef

      Hi,

       

      Just wondering of anyone is using mgwt and errai to develop mobile apps with. I'm currently trying this and I get the following error during the compile:

       

      [INFO]    [ERROR] Errors in 'com/googlecode/mgwt/ui/client/animation/AnimationHelper.java'

      [INFO]       [ERROR] Line 51: Rebind result 'com.googlecode.mgwt.ui.client.widget.animation.AnimatableDisplay' must be a class

       

       

      In the entry point class I create the AnimationHelper like so:

       

      final AnimationHelper animationHelper = GWT.create(AnimationHelper.class);

       

      I have annotated this class with @EntryPoint.

       

      Any ideas as to what the issue is?

       

       

      Thanks