arquillian / arquillian-extension-jacoco

Arquillian Jacoco Extension
28 stars 30 forks source link

IllegalClassFormatException: Error while instrumenting class org/apache/maven/surefire/booter/ForkedBooter #4

Open blabno opened 12 years ago

blabno commented 12 years ago

When I run integration tests with arquillian-jacoco I get IllegalClassFormatException.

It turned out that jacoco conflicts with jrebel, so don't use arquillian-jrebel or pure jrebel together with jacoco. If you have previously deployed your tests with jrebel, you should undeploy them and restart the server.

bartoszmajsak commented 7 years ago

Very specific to jrebel-extension - shall we spend time investigating it?