-
Notifications
You must be signed in to change notification settings - Fork 43
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
Annotation processing issue #578
Comments
Hi @Allsimon, I don't know if anyone has successfully used annotation processors with the J2ObjC Gradle Plugin yet. The main authors are busy with other work at the moment so we don't have time to look in to this, though we'll be responsive if you share a PR to fix anything. My suggestion is to first try with j2objc by itself with the plugin and see if you can get that working. Once you do that, compare the failing command line the plugin uses for j2objc, to the working command line that you wrote. At that point, a fix should be relatively straight forward. |
@Allsimon: |
@andrewfunston - it would be very helpful if you can provide some insights On Fri, Jan 8, 2016 at 8:01 PM Advay Mengle [email protected]
|
also @Allsimon, your full j2objcConfig and relevant parts of the gradle error spew are useful if @andrewfunston notices a common issue; and you might want to read #517 where we walked through getting his Dagger build working. unfortunately, neither @brunobowden nor I use annotation processors in our projects that use this plugin. |
My project fail with Lombok related errors such as
The method setObjectId(String) is undefined for the type ...
orThe method builder() is undefined for the type ...
during :j2objcTranslateI understood that j2objc supports annotation processing (google/j2objc#503) but I can't get it to work, did I miss something ?
The text was updated successfully, but these errors were encountered: