uPhyca / gradle-android-aspectj-plugin

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

proceed jar libraries #4

Closed hamsterksu closed 9 years ago

hamsterksu commented 10 years ago

Hi,

As i understood plugin doen't proceed jar files from classpath(like libs directory). Am i rigth?

Should i run aspects for jar manually and includ it tot he project after that?

Thanks,

esmasui commented 10 years ago

Hi,

The plugin will proceed jars from classpath.

Regards,

hamsterksu commented 10 years ago

Hi but i don't see -inpath in AspectjCompile code.

it presents in the description but doesn't present in String[] args.

Thanks,

esmasui commented 10 years ago

Hi,

You are right. inpath is currently unsupported. jar files are used as classpath and aspectpath.

Regards,