Hi Kevin,

I can't spot the issue with your pom.xml. Another possible reason is that you get two JaCoCo agents on the same JVM command line. You can debug this by running Maven with the -X option. You should see the command line executiong your tests.

Cheers,
-marc


On 10.01.14 20:53, [email protected] wrote:
On Thursday, January 9, 2014 11:05:10 AM UTC-7, Marc R. Hoffmann wrote:
Hi Kevin,

one problem is obiously exactly what the error message says:

Class org/apache/maven/surefire/booter/TypeEncodedValue is already instrumented.

Looks like you use the JaCoCo agent on offline-instrumented classes. You

can either instrument classes beforehand or use the JaCoCo Java agent

(the latter is the recommended way).

Cheers,

-marc
My preference would be to do it the recommended way.  What do I need to do to my 
"pom.xml" to keep it from instrumenting the classes beforehand?

Kevin S


--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to