From: Gibbo <gib...@go...> - 2011-05-23 14:59:41
|
Hi, Was wondering if anybody could help.. I've just started using Cobertura and I think it is great :) But I'm having a few teething problems and was wondering if somebody could help. I'm using netbeans and with netbeans projects it works fine, I followed the tutorial on the Netbeans page. But I also have freeform projects that work fine from the command line, but not from within netbeans or when built with QuickBuild ( http://www.pmease.com/) >From the Netbeans output window I can see this > Flushing results... > Flushing results done > Cobertura: Loaded information on 14 classes. > Cobertura: Saved information on 14 classes. > Testsuite: com.test.test1 > Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.655 sec > > >From the Command line I can see this Flushing results... > Flushing results done > Cobertura: Loaded information on 420 classes. > Cobertura: Saved information on 420 classes. > Testsuite: com.test.test1 > Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.421 sec > So the difference is the loaded information on the classes.. Any ideas? Thanks in advance |