I am trying to run cobertura through ant, using jdk1.6.0.35, but getting exception while instrumentation. How to solve it? The exception message as following:
[cobertura-instrument] [12/06 13:19:26] [WARN] CoberturaInstrumenter: Unable to instrument file D:\workcontext\niyong_crm_v1_0\crm\code\ulcif\web\WEB-INF\classes\com\ulic\ulcif\ws\service\impl\CustomerCIImpl.class
[cobertura-instrument] java.lang.IncompatibleClassChangeError: net/sourceforge/cobertura/instrument/pass1/DetectIgnoredCodeClassVisitor
[cobertura-instrument] at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:149)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:121)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.addInstrumentationToSingleClass(CoberturaInstrumenter.java:234)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.Main.addInstrumentationToSingleClass(Main.java:298)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.Main.addInstrumentation(Main.java:307)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.Main.parseArguments(Main.java:399)
[cobertura-instrument] at net.sourceforge.cobertura.instrument.Main.main(Main.java:421)
Have you added Cobertura to your ant task?
see: https://github.com/cobertura/cobertura/wiki/Ant-Task-Reference
Mine looks like this: