sbt / sbt-atmos

sbt plugin for running Typesafe Console in development
98 stars 11 forks source link

Configurable JVM properties for tracing #3

Closed pvlugter closed 11 years ago

pvlugter commented 11 years ago

Allow the extra properties added for tracing to be configured through sbt settings.

Handle java.library.path specially, in case it's already defined.

pvlugter commented 11 years ago

New release 0.1.2 will add to an existing java.library.path rather than specify a second property. The added JVM options are in the traceOptions setting.