Announcement

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

    Cannot compile smartgwt 4.0 with gwt 2.6 and JDK 1.7

    When trying to compile smartgwt in version 4.0 with gwt in version 2.6.0 on a jdk 1.7, I get the following compile errors:

    Code:
    Compiling module com.forflow.LABSMARTGWT
       Validating units:
          [ERROR] Errors in 'com/smartgwt/client/bean/types/EnumValueType.java'
             [ERROR] Line 26: Name clash: The method registerValueType(Class<T>) of type EnumValueType<ValueType> has the same erasure as registerValueType(Class<T>) of type OtherValueType<ValueType> but does not hide it
          [ERROR] Errors in 'com/smartgwt/client/bean/types/JsoValueType.java'
             [ERROR] Line 31: Name clash: The method registerValueType(Class<T>) of type JsoValueType<ValueType> has the same erasure as registerValueType(Class<T>) of type OtherValueType<ValueType> but does not hide it
       [ERROR] Aborting compile due to errors in some input files
    :compileGwt FAILED
    Does anyone else have this problem and perhaps a solution?

    I also searched the web a little and found this: http://gc.codehum.com/p/smartgwt/source/detail?r=2515 which might do the trick. How can I figure out whether this change is part of a release?

    #2
    Please try the latest patched version, and always remember to post your *full* version (not just 4.0).

    Comment


      #3
      Originally posted by Isomorphic View Post
      Please try the latest patched version, and always remember to post your *full* version (not just 4.0).
      Where can I find the latest patched version?

      Is it available in a maven repository?

      I found the link https://smartclient.com/builds/SmartGWT/4.1p/LGPL/2014-03-04

      Is that the place to go?

      Also, where can I find the full version - inside an artifact published to "http://www.smartclient.com/maven2/" ?

      Comment


        #4
        The text you have to delete every time you post tells you what the full version is.

        Builds are available from smartclient.com/builds.

        Comment


          #5
          Ok, thanks!

          I will try it out next week.

          Comment

          Working...
          X