From: Mark D. <Mar...@sa...> - 2005-08-05 19:29:44
|
I don't know if this is related, but running "ant" on the build.xml in = Cobertura's example\basic directory results in a null pointer exception = in CVS. Also, I'll be out of town Monday, Tuesday and Wednesday. -Mark=20 > -----Original Message----- > From: cob...@li...=20 > [mailto:cob...@li...] On=20 > Behalf Of Mark Doliner > Sent: Thursday, August 04, 2005 10:08 AM > To: cob...@li... > Subject: [Cobertura-devel] Possible reporting bug in CVS? >=20 > Does anyone have any ideas about what could be causing the=20 > following bug? I suppose you could leave comments on how the=20 > person might go about debugging it, or maybe ask for more=20 > information, if it would help. >=20 > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D12516 > 89&group_id=3D130558&atid=3D720015 >=20 > -Mark |
From: Mark D. <Mar...@sa...> - 2005-08-05 19:53:07
|
Another thing I noticed... I got the XML test working, and the report that it generates is valid = according to our DTD, but the report is also empty. It's using the = older style of passing in source directories, so that might have = something to do with it. -Mark > -----Original Message----- > From: cob...@li...=20 > [mailto:cob...@li...] On=20 > Behalf Of Mark Doliner > Sent: Friday, August 05, 2005 3:29 PM > To: cob...@li... > Subject: RE: [Cobertura-devel] Possible reporting bug in CVS? >=20 > I don't know if this is related, but running "ant" on the=20 > build.xml in Cobertura's example\basic directory results in a=20 > null pointer exception in CVS. >=20 > Also, I'll be out of town Monday, Tuesday and Wednesday. >=20 > -Mark=20 >=20 > > -----Original Message----- > > From: cob...@li...=20 > > [mailto:cob...@li...] On=20 > > Behalf Of Mark Doliner > > Sent: Thursday, August 04, 2005 10:08 AM > > To: cob...@li... > > Subject: [Cobertura-devel] Possible reporting bug in CVS? > >=20 > > Does anyone have any ideas about what could be causing the=20 > > following bug? I suppose you could leave comments on how the=20 > > person might go about debugging it, or maybe ask for more=20 > > information, if it would help. > >=20 > > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D12516 > > 89&group_id=3D130558&atid=3D720015 > >=20 > > -Mark >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development=20 > Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams *=20 > Testing & QA > Security * Process Improvement & Measurement *=20 > http://www.sqe.com/bsce5sf > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel >=20 |
From: Grzegorz L. <ha...@gm...> - 2005-08-05 21:38:36
|
Now specyfying root directory with sources does not work. For example try to change one of the filesets in coverage-report task into old srcdir attribute, many errors will be reported. I will try to fix it - I will submit here a patch shortly. BTW. Why there is synchronization in class FileFinder? Can it be used by many threads? Grzegorz On 8/5/05, Mark Doliner <Mar...@sa...> wrote: > Another thing I noticed... > I got the XML test working, and the report that it generates is valid acc= ording to our DTD, but the report is also empty. It's using the older styl= e of passing in source directories, so that might have something to do with= it. > -Mark >=20 > > -----Original Message----- > > From: cob...@li... > > [mailto:cob...@li...] On > > Behalf Of Mark Doliner > > Sent: Friday, August 05, 2005 3:29 PM > > To: cob...@li... > > Subject: RE: [Cobertura-devel] Possible reporting bug in CVS? > > > > I don't know if this is related, but running "ant" on the > > build.xml in Cobertura's example\basic directory results in a > > null pointer exception in CVS. > > > > Also, I'll be out of town Monday, Tuesday and Wednesday. > > > > -Mark > > > > > -----Original Message----- > > > From: cob...@li... > > > [mailto:cob...@li...] On > > > Behalf Of Mark Doliner > > > Sent: Thursday, August 04, 2005 10:08 AM > > > To: cob...@li... > > > Subject: [Cobertura-devel] Possible reporting bug in CVS? > > > > > > Does anyone have any ideas about what could be causing the > > > following bug? I suppose you could leave comments on how the > > > person might go about debugging it, or maybe ask for more > > > information, if it would help. > > > > > > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D12516 > > > 89&group_id=3D130558&atid=3D720015 > > > > > > -Mark > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development > > Lifecycle Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * > > Testing & QA > > Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Cobertura-devel mailing list > > Cob...@li... > > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |
From: Grzegorz L. <ha...@gm...> - 2005-08-05 22:16:39
|
I don't see an easy way to solve it. One solution that I see now is to apply something simillar to the patch I put on sourceforge page. Grzegorz On 8/5/05, Grzegorz Lukasik <ha...@gm...> wrote: > Now specyfying root directory with sources does not work. For example > try to change one of the filesets in coverage-report task into old > srcdir attribute, many errors will be reported. I will try to fix it - > I will submit here a patch shortly. >=20 > BTW. Why there is synchronization in class FileFinder? Can it be used > by many threads? >=20 > Grzegorz >=20 > On 8/5/05, Mark Doliner <Mar...@sa...> wrote: > > Another thing I noticed... > > I got the XML test working, and the report that it generates is valid a= ccording to our DTD, but the report is also empty. It's using the older st= yle of passing in source directories, so that might have something to do wi= th it. > > -Mark > > > > > -----Original Message----- > > > From: cob...@li... > > > [mailto:cob...@li...] On > > > Behalf Of Mark Doliner > > > Sent: Friday, August 05, 2005 3:29 PM > > > To: cob...@li... > > > Subject: RE: [Cobertura-devel] Possible reporting bug in CVS? > > > > > > I don't know if this is related, but running "ant" on the > > > build.xml in Cobertura's example\basic directory results in a > > > null pointer exception in CVS. > > > > > > Also, I'll be out of town Monday, Tuesday and Wednesday. > > > > > > -Mark > > > > > > > -----Original Message----- > > > > From: cob...@li... > > > > [mailto:cob...@li...] On > > > > Behalf Of Mark Doliner > > > > Sent: Thursday, August 04, 2005 10:08 AM > > > > To: cob...@li... > > > > Subject: [Cobertura-devel] Possible reporting bug in CVS? > > > > > > > > Does anyone have any ideas about what could be causing the > > > > following bug? I suppose you could leave comments on how the > > > > person might go about debugging it, or maybe ask for more > > > > information, if it would help. > > > > > > > > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D12516 > > > > 89&group_id=3D130558&atid=3D720015 > > > > > > > > -Mark > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > > September 19-22, 2005 * San Francisco, CA * Development > > > Lifecycle Practices > > > Agile & Plan-Driven Development * Managing Projects & Teams * > > > Testing & QA > > > Security * Process Improvement & Measurement * > > > http://www.sqe.com/bsce5sf > > > _______________________________________________ > > > Cobertura-devel mailing list > > > Cob...@li... > > > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > > _______________________________________________ > > Cobertura-devel mailing list > > Cob...@li... > > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > > |
From: Grzegorz L. <ha...@gm...> - 2005-08-06 11:19:13
|
I have just fixed the bug with null pointer exception. I have added back parameters validation for reporting Main class. But there is still NPE, this time related with multiple directories support (I am working on it). If you change srcdir attribute to fileset element, it will be ok. Grzegorz On 8/5/05, Mark Doliner <Mar...@sa...> wrote: > I don't know if this is related, but running "ant" on the build.xml in Co= bertura's example\basic directory results in a null pointer exception in CV= S. >=20 > Also, I'll be out of town Monday, Tuesday and Wednesday. >=20 > -Mark >=20 > > -----Original Message----- > > From: cob...@li... > > [mailto:cob...@li...] On > > Behalf Of Mark Doliner > > Sent: Thursday, August 04, 2005 10:08 AM > > To: cob...@li... > > Subject: [Cobertura-devel] Possible reporting bug in CVS? > > > > Does anyone have any ideas about what could be causing the > > following bug? I suppose you could leave comments on how the > > person might go about debugging it, or maybe ask for more > > information, if it would help. > > > > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D12516 > > 89&group_id=3D130558&atid=3D720015 > > > > -Mark >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |