-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Question] How to enable annotation processing #453
Comments
@yyoncho I'm also trying to figure out how to enable annotation processing but with a maven based project. I have a multi-module project, but have added a workspace folder for the module I'd like to work on in isolation. When running e.g., for every spring component annotated with Lombok's
I can see the below files after for example running The configurations that appear relevant... .factorypath
.project
.settings/org.eclipse.jdt.core.prefs
.classpath
|
See #472 |
background
I want to emacs-lsp/lsp-java to compile/build a gradle based java project which uses annotation processing to generate source code.
I found https://github.com/emacs-lsp/lsp-java/blob/master/lsp-java.el#L1768 which let me hope that this feature is possible.
Steps to reproduce
So I updated my doom emacs lsp-java config to revision e78199d
and tried to build a small demo project https://github.com/mbauhardt/ecj-filer-exception without success
Because I'm new into emacs I'm pretty sure I do something wrong.
Final Question
Can someone help me and give me some hints how to enable my emacs config to support annotation processing to generate code?
thx.
marko
The text was updated successfully, but these errors were encountered: