Cobertura

From EggeWiki
Revision as of 03:38, 9 October 2007 by Egge (talk | contribs) (New page: Cobertura is giving me this error: <geshi> [cobertura-report] Cobertura 1.7 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [cobertura-report] Cobertura: Error reading file C:\dev\co...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Cobertura is giving me this error:

<geshi> [cobertura-report] Cobertura 1.7 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [cobertura-report] Cobertura: Error reading file C:\dev\cobertura.ser: net.sourceforge.cobertura.coveragedata.CoverageDataContainer; local class incompatible: stream classdesc serialVersionUID = 2, local class serialVersionUID = 2152686494816595840 [cobertura-report] Error: Unable to read from data file C:\dev\cobertura.ser </geshi>

Turns out JUnit is running with a later version than the one in Ant's classpath.