Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

coverage db absolute location

nimrod nimrod October 18, 2012

is there a way to specify the coverage db absolute location

1 answer

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 18, 2012

Yes, sure. You can do it as follows:

  • Ant: use initstring attribute in <clover-setup/> or <clover-instr/> task
  • Maven: use cloverDatabase parameter for clover2:setup or clover2:instrument goal
  • Eclipse: Project Properties > Clover > Instrumentation tab > InitString box - choose the "Custom value" toggle and disable the "Relative to project dir" checkbox
  • IDEA: File > Settings > Project Settings > Clover > Compilation tab > InitString box - choose the "User specified" toggle and disable the "relative to project directory" checkbox

All settings above are for code instrumentation, so you have to recompile your project after change. If you want change database location at runtime, you have to define the clover.initstring property, for example:

  • java -Dclover.initstring=/path/to/my/clover.db -cp ... com.acme.MyClass

There are also clover.inistring.basedir and clover.initstring.prefix properties available. See Choosing a Location for the Clover Registry.

Regards
Marek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events