From: tte5 <jt...@em...> - 2010-04-30 11:27:48
|
This is not a problem with some old files. Maybe I did not explain it clearly. Imagine I have a maven project with 2 maven modules - "project-api" and "project-impl" The module "project-api" contains class "com.devel.A.class", the module "project-impl" contains class "com.devel.B.class". Now I use the cobertura maven plugin on both modules and I get "cobertura.ser" files and reports in both modules. They are ok. Now I use ant task <cobertura-merge> and create one "csummary.ser" file from both "cobertura.ser" files. Ant than I use ant task <cobertura-report> and create a report from "csummary.ser" file. When I look into this summary report I can see the package "com.devel", I can see the "com.devel.A.class" but there is missing the "com.devel.B.class". So I think this is a bug either in the merge or in the report generation. Be sure that you delete the merged .ser file from the previous run before merging. The symptoms you describe are slightly different than mine but could be caused by the same issue. -- View this message in context: http://old.nabble.com/Cobertura-in-maven-multi-module-project---problem-with-merge-tp28287958p28411239.html Sent from the cobertura-devel mailing list archive at Nabble.com. |