-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An internal compiler exception occurred - Error constructing Java AST #9447
Comments
Check your dependency tree. Looks like a version conflict with JDT / ECJ and GWT now uses a wrong (most likely older) version. |
The problem here is that both dagger-compiler and gwt-dev bring Eclipse JDT (see google/dagger#228), and those versions conflict. Because dagger-compiler is an annotation processor, you can use maven-compiler-plugin 3.5.1 and its |
@tbroyer thanks, moving
solved the problem. |
Not a good option, but kind of curious; if the gwt-dev dependency appears before the dagger-compiler dependency project compiles correctly. |
I updated from GWT 2.7.0 to 2.8.0 and GWT Maven plugin from 2.7.0 to 2.8.0-rc3 and got this error:
Sometimes the last error changes:
Plugin configuration:
Dependencies:
The text was updated successfully, but these errors were encountered: