uPhyca / gradle-android-aspectj-plugin

A Gradle plugin which enables AspectJ for Android builds.
Apache License 2.0
279 stars 55 forks source link

Support for Project Lombok / hrisey? #7

Closed ghost closed 8 years ago

ghost commented 9 years ago

I'd like to use Monkeytalk (which depends on aspectj) together with Project Lombok / hrisey. However, I get the following error on compile_

You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.

According to https://weblogs.java.net/blog/fabriziogiudici/archive/2011/07/19/making-lombok-aspectj-and-maven-co-exist, this could probably be avoided by calling iajc with the -inpath option. Would it be possible to implement an option to do this into this project?

ghost commented 9 years ago

I've seen that the latest release addresses this topic. So thanks for taking this on so fast :) Unfortunately it isn't working for me yet. I wonder if I need to configure something?

esmasui commented 8 years ago

This project is now deprecated. Please use https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx instead. Thank you.