-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
-sourcepath is not configured #63
Comments
Hi You right, i'll add |
I've released Please test it and let me know Thanks in advance |
Thank you for the quick fix and sorry for the late response. Unfortunately, it does not work correctly. |
Yes ... I miss this detail :-( I'll fix it very soon |
I've released a new Please, test it and let me know Thanks in advance |
It works now! Many thanks! |
Thank you too I'll arrange a new release soon |
version |
I'm writing an annotation processor which reads the source files using
processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, ...)
. It works if annotations are processed with m-compiler-p, but it does not work with m-annotation-p because it does not add the-sourcepath
option to the compiler.Possible workaround is to add the
-sourcepath
option manually through thecompilerArguments
property. It would be nice if the plugin could add all source roots automatically.The text was updated successfully, but these errors were encountered: