I have been struggling with this problem for 4 days now and i am not able to find a clue why this is happening.
I wanted to calculate the code coverage using Emma but just could not able to do that as coverage.emma is not produced. I have verified the following things:
1) The instrumentation is happening for the source files
2) The Junit cases are run on the instrumented classes (verified the CLASSPATH)
3) passing the absolute path for the covergae.emma in the JVM args
The same thing is working fine for some other project but somehow i could not able to produce the coverage for the other.
Noticed one thing that the line:
[junit] ------------- Standard Output ---------------
[junit] EMMA: collecting runtime coverage data ...
[junit] ------------- ---------------- ---------------
is not printed for the case where the coverage.emma is not produced.
Can someone please help me out.
Am i missing something ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have been struggling with this problem for 4 days now and i am not able to find a clue why this is happening.
I wanted to calculate the code coverage using Emma but just could not able to do that as coverage.emma is not produced. I have verified the following things:
1) The instrumentation is happening for the source files
2) The Junit cases are run on the instrumented classes (verified the CLASSPATH)
3) passing the absolute path for the covergae.emma in the JVM args
The same thing is working fine for some other project but somehow i could not able to produce the coverage for the other.
Noticed one thing that the line:
[junit] ------------- Standard Output ---------------
[junit] EMMA: collecting runtime coverage data ...
[junit] ------------- ---------------- ---------------
is not printed for the case where the coverage.emma is not produced.
Can someone please help me out.
Am i missing something ?