Kevin - 2014-05-13

I'm running CodeCover on a Windows system using the stand-alone installation through the command line and following the instructions here: http://codecover.org/documentation/tutorials/how_to_batch.html

Instrumenting works, but when I try the step of analyzing, I get the following error:

[FATAL] Error accessing the coverage log file

When I browse through the directory, there doesn't appear to be any "coverage_log.clf" and in fact no .clf files created at all. The closest I could find is ../instrumentedSrc/org/codecover/instrumentation/java/measurement/CoverageResultLogFile.java or ../instrumentedSrc/org/codecover/instrumentation/measurement/CoverageResultFile.java but both are java source files (and neither will work in place of coverage_log.clf).

The instrumentation worked and created the test-session-container.xml file as expected, but it seems to just be missing the coverage log. Am I missing something?

I've tried the directions both on my own code and on the example "SimpleJavaApp" code and they both run into the same error. Should I just try it using Ant instead of the command line?