-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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.