You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.