IDEA 7.0: cannot get instrumentation by Salve to work Follow
Our application uses salve
http://code.google.com/p/salve/wiki/ConfiguringInstrumentation
and to enable it when running tests or application server from the IDE, we add
-javaagent:/path/to/salve/salve-agent/0.6/salve-agent-0.6.jar
to the VM arguments.
It doesn't work on IDEA (it seems that the whole agent doesn't get loaded). Everything works fine on Eclipse with the same setup.
I've tried with 7.0 milestone 2 and now 7.0 final.
I don't have coverage enabled for the run, so salve is the only javaagent argument.
Any ideas?
Best wishes,
Timo
Please sign in to leave a comment.