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
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]".