aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-05-30 13:04:41 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-05-30 13:04:41 -0300
commit38316a2b0b3a58b81cf7458b0a719980136bbb97 (patch)
tree156ac7cde159d432d70f4f5b82aa1ed67e4aee28 /project
parent577a03219827889e31fedbe915f677060503cc2c (diff)
downloadKamon-38316a2b0b3a58b81cf7458b0a719980136bbb97.tar.gz
Kamon-38316a2b0b3a58b81cf7458b0a719980136bbb97.tar.bz2
Kamon-38316a2b0b3a58b81cf7458b0a719980136bbb97.zip
Settled with a @Aspectj style for instrumentation on runnables
Diffstat (limited to 'project')
-rw-r--r--project/AspectJ.scala6
-rw-r--r--project/Build.scala2
2 files changed, 5 insertions, 3 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index da5aef9f..fb5d8bf9 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -10,7 +10,9 @@ object AspectJ {
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,
- lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore",
- products in Compile <<= products in Aspectj
+ lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore"
+
+ // Add this line if we need to include some .aj aspects again in the project.
+ // products in Compile <<= products in Aspectj
)
} \ No newline at end of file
diff --git a/project/Build.scala b/project/Build.scala
index 3a16b589..ce797851 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -8,7 +8,7 @@ object Build extends Build {
lazy val root = Project("kamon", file("."))
.settings(basicSettings: _*)
- //.settings(revolverSettings: _*)
+ .settings(revolverSettings: _*)
.settings(aspectJSettings: _*)
.settings(
libraryDependencies ++=