Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Dependency Jar not compatible with GWT 2.8.x #2

@ainslec

Description

@ainslec

When using this library with 2.8.1 (not tried 2.8.0), I receive the following message upon GWT compilation. This seems to be related to a GUAVA compatibility issue with 2.8.x. ( google/guava#2353 )

Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
   [ERROR] Errors in 'com/google/common/collect/super/com/google/common/collect/GwtPlatform.java'
      [ERROR] Line 38: The method createFrom(T[], int) is undefined for the type Array
   Tracing compile failure path for type 'com.google.common.collect.GwtPlatform'
      [ERROR] Errors in 'com/google/common/collect/super/com/google/common/collect/GwtPlatform.java'
         [ERROR] Line 38: The method createFrom(T[], int) is undefined for the type Array

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions