Changing location of Clover instrumented classes

后端 未结 1 1581
一生所求
一生所求 2021-02-09 23:44

I\'m using Clover 2.5 and I\'ve got a target that will package up the binary files. However, at the moment, it seems that the Clover instrumented classes are being generated in

相关标签:
1条回答
  • 2021-02-10 00:10

    If you're doing this manually with Ant, use the <clover-instr> task instead of <clover-setup>. <clover-instr> has a destdir attribute that is the "directory into which Clover will write an instrumented copy of the source code".

    If you're using Eclipse to kick all of this off, the Clover documentation says that you can "right click on your project and select properties, select Clover, select Compilation tab, select 'User specified folder' and then select a project directory where you wish instrumented classes [to be output]".

    0 讨论(0)
提交回复
热议问题