Running jcoverage from Maven, generates reports with 0 hits. Interstingly, two jcoverage.ser files are generated, one in the root directory of the project and one alongside the test classes.
It appears that the one in the root directory gets created when the classes are instrumented, and then it never gets updated again. The one in the test classes appears to be updated as junit is running the unit tests on the instrumented classes. Any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
