From: Artur N. <pty...@gm...> - 2011-07-26 09:18:54
|
Hi. Is there a possibility to exclude classes from jar, and copy unchanged from original jar?? Now I have to extract classes from jar, then do cobertura-instrument on this classes with <exclude name="my/package/*.class" /> Then I'm copying original clases, which I excluded, to a directory witch changed classes, and do jar command. Is there a "easy" way in cobertura to do this, rather than writing a code in ant? thanks Artur |