You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Barboni <ba...@irit.fr> on 2004/08/10 11:11:46 UTC

JCoverage and Junit do not give same test result

Hi,
  I'm using JCoverage plugin and Junit plugin in the same project.
   Junit report no failure and no error
   Jcoverage report an error with the same testcase.

I've got a java.lang.VerifyError (Illegal constant pool index)
I'm using the following properties:
maven.test.failure.ignore=true
maven.junit.fork=yes
maven.junit.jvmargs=-Djava.awt.headless=true
maven.compile.source=1.5
maven.compile.target=1.5
maven.jcoverage.junit.fork=yes

Has anybody an idea of what happen?

Best Regards

Eric




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org