sbt-aspectj
sbt-aspectj copied to clipboard
AspectJ sbt plugin
Results
12
sbt-aspectj issues
Sort by
recently updated
recently updated
newest added
I'm trying to get the AspectJ plugin working and I get the following error when I run my project: ``` [warn] warning at /home/cassius/sensespace/BigSense/src/main/aspectj/AspectLogger.aj:13::0 advice defined in io.bigsense.AspectLogger has not...
I'm attempting to add `before` advice to a function within scala-library.jar. It appears that the sbt-aspectj plugin is successfully weaving the jar. However, the weaved jar is somehow not getting...