From: Czechowski, I. <Igo...@sa...> - 2005-05-18 15:56:31
|
I came up with the two ideas.=20 First, what do you think about including other source code metrics javancss provides in the cobertura report ? Second I would like to be able to specify details of metrics that are being reported, especially if the output format is XML.=20 This functionality would allow me to integrate cobertura with the CruiseControl nightly build. Since I would be able to output the coverage metrics for all packages without any detail about the particular *.class file. So the scenario would be to produce the entire html report and only the package overview of the xml one. Then I would use transformation to produce the html page for the cruisecontrol. I can merge the existing xml report but I thing it's a little bit over reporting for me at the current state. The user would have the overview coverage on the cruisecontrol web page and if he wants detailed coverage information then he could visit the artifacts directory where the report would be stored. Thanks Igor -----Original Message----- From: Mark Doliner [mailto:Mar...@sa...]=20 Sent: Wednesday, May 18, 2005 4:47 PM To: Czechowski, Igor; Cobertura-devel Subject: RE: [Cobertura-devel] javanscc jar dependencies ? And it would probably be better if we didn't include the entire javancss and ccl jars, since we're only using them to determine code complexity. -Mark > -----Original Message----- > From: cob...@li...=20 > [mailto:cob...@li...] On=20 > Behalf Of Jeremy Ryan Thomerson > Sent: Wednesday, May 18, 2005 10:22 AM > To: Czechowski, Igor; Cobertura-devel > Subject: Re: [SPAM-LOW] [Cobertura-devel] javanscc jar dependencies ? >=20 > net.sourceforge.cobertura.reporting.Util relies on > import javancss.Javancss; > import javancss.JavancssConstants; >=20 > for the getCCN(File, boolean) method. >=20 > Jeremy Thomerson >=20 >=20 > ----- Original Message -----=20 > From: "Czechowski, Igor" <Igo...@sa...> > To: "Cobertura-devel" <cob...@li...> > Sent: Wednesday, May 18, 2005 9:14 AM > Subject: [SPAM-LOW] [Cobertura-devel] javanscc jar dependencies ? >=20 >=20 > Hello, >=20 > What's the purpose of the javanscc.jar file, since I don't see any > dependencies on this package within the source code ? >=20 > Thanks > Igor >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_idt12&alloc_id=16344&op=3Dick > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=3D7412&alloc_id=3D16344&op=3Dclick > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel >=20 |