I'm running jcoverage reports for our projects, and haven't seen anything like this. I see a jcoverage.ser file in the root of every project, but that's it. Do any of your tests change the current directory or do anything else with the file system?
-----Original Message----- From: Nelson, Jim [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 9:21 PM To: '[email protected]' Subject: Reports are empty running under Maven 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
