Sunday, November 06, 2011
How to turn off class file verification in junit ant task ?
Example:
<junit printsummary="yes" haltonfailure="yes" fork="true">(Why ? This was necessary to get Cobertura to run in peace with Java 7)
<jvmarg value="-noverify" />
...
</junit>