aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-10-02 19:01:00 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-10-02 19:01:00 -0300
commit0b62687fd294de343ae90824f4d570e4273586c1 (patch)
tree6b68e1bd5357ba0a0effe27cc800b50194bcfdc5 /project/AspectJ.scala
parentdf99b59fd05c5f5e6a4b48bb5e3485449a6d6eda (diff)
downloadKamon-0b62687fd294de343ae90824f4d570e4273586c1.tar.gz
Kamon-0b62687fd294de343ae90824f4d570e4273586c1.tar.bz2
Kamon-0b62687fd294de343ae90824f4d570e4273586c1.zip
Switched to DynamicVariables, solve context passing issue produced by runnable batching
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index fb5d8bf9..b6c5037a 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -10,6 +10,9 @@ object AspectJ {
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,
+ fork in run := true,
+ javaOptions in run <++= weaverOptions in Aspectj,
+
lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore"
// Add this line if we need to include some .aj aspects again in the project.