Skip to content

building master error #2

@kaefert

Description

@kaefert

Hi there!

I cloned this repository using:
git clone https://github.com/WeTheInternet/xapi.git

running a buld results in this error for me:

[ERROR] /home/kaefert/Development/libs/xapi/core/api/src/main/java/xapi/dev/processor/AnnotationMirrorProcessor.java:[70,38] cannot find symbol
  symbol:   variable RELEASE_8
  location: class javax.lang.model.SourceVersion

<br>
My motivation in building xapi is because I would like to use the xapi-gwt-reflect library with gwt 2.7.0
In the public maven repositories the latest release is 0.4 which seems to be only compatible with (up to?) GWT 2.5.1

Using it with GWT 2.6.0 or 2.6.1 or 2.7.0 gives error messages like this during gwt-compile:

Unable to read: jar:file:/.../gwt-user-2.6.1.jar!/com/google/gwt//.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.javac.CompiledClass; local class incompatible: stream classdesc serialVersionUID = 4010640329895161752, local class serialVersionUID = -522865011538185836

I've made sure that the xapi libraries come before the gwt libraries on my classpath, so that should not be the cause of my problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions