-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Regression: GWT compiler fails after upgrading from Lombok 1.14.0 to 1.14.2 #734
Comments
👤 [email protected] 🕗 Jun 23, 2014 at 06:36 UTC I run the GWT 2.6.0 compiler using java -javaagent:(path)/lombok.jar -cp (classpath including lombok.jar) com.google.gwt.dev.Compiler module This worked well for all versions up to and including 1.14.0. However, with 1.14.2, I get lots of errors like this: [ERROR] Line 1: Lombok annotation handler class lombok.eclipse.handlers.HandleGetter failed - See error log. |
👤 r.spilker 🕗 Jun 24, 2014 at 18:46 UTC We managed to reproduce it. We just fixed it; this fix will be in 1.14.4. NB: We had to manually clear out the directory 'gwt-unitCache'; ant clean didn't do this job! No idea what's going on there, seems like a minor gwt bug. You may have to do the same even after moving to 1.14.4. We also got far more error logs on the compile run after cleaning out that directory. Good tip for any further bug reports with GWT you make :) |
End of migration |
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.10 to 1.18.12. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.10...v1.18.12) Signed-off-by: dependabot-preview[bot] <[email protected]>
Migrated from Google Code (issue 699)
The text was updated successfully, but these errors were encountered: