|
From: Harry C. <har...@bb...> - 2013-07-10 13:45:59
|
Hello Steve. Sorry for the delay. My instrumentation task is launch by ant through Maven (Maven Ant Tasks). Here is my build.xml file: build.xml <http://cobertura.996293.n3.nabble.com/file/n3353/build.xml> Here is the Ant plugin config in my pom.xml: pom_extract.xml <http://cobertura.996293.n3.nabble.com/file/n3353/pom_extract.xml> Instrumenting task is binded to process-classes phase. Report generation is binded to site phase. The command i run is : *mvn clean test site* -- View this message in context: http://cobertura.996293.n3.nabble.com/Unable-to-read-cobertura-ser-tp3330p3353.html Sent from the cobertura-devel mailing list archive at Nabble.com. |