-
Notifications
You must be signed in to change notification settings - Fork 24
Building
Jan Machacek edited this page Oct 30, 2013
·
2 revisions
To try out the statsd monitoring, clone this repository and run sbt clean publishLocal
to get the project building on your machine using Sbt.
Verify that the project is working as expected by running sbt test
.
Run the example application in sbt run
.
###IntelliJ IDEA
If you are using IntelliJ IDEA, run sbt gen-idea
to generate the IntelliJ IDEA project files. There is a problem with the AspectJ plugin in IntelliJ IDEA; to compile the AspectJ code, you must run sbt package
after changing the source code of the *.aj
files.