From: <qt...@cs...> - 2006-12-31 19:02:39
|
Hi, I have just submitted a patch that adds support for the mantis bug=20 tracker similar to the bugzilla support. Idealy these should be merged=20 into a general bugtracker support, with an option to select the=20 bugtracker and an option to specify the url. For now this works fine. I hope others can use this patch, and that it will find its way into the=20 CVS version. The patch can be seen in action at <http://dev.fundanemt.com/cvsstats/commit_log.html> currently on the first and second page (the second features 2-3=20 different patterns). The patch can be found at: <http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1625423&gro= up_id=3D57558&atid=3D484571> Happy new years! --=20 MVH / Best regards *************************************************************** Brian J=F8rgensen, 9th semester Software Engineering student Department of Computer Science, Aalborg University Room: E4-115 Fredrik Bajers Vej 7E, DK-9220 Aalborg, Denmark *************************************************************** |
From: Richard C. <ri...@cy...> - 2007-01-01 10:24:45
|
Nice! I've put it into CVS and it will be in the next release. Right, =20= there is some duplication now between MantisIntegration and =20 BugzillaIntegration, we'll sort that out when we get support for a =20 third bug tracker :-) Cheers. Richard On 31 Dec 2006, at 20:02, Brian J=F8rgensen wrote: > Hi, > > I have just submitted a patch that adds support for the mantis bug > tracker similar to the bugzilla support. Idealy these should be merged > into a general bugtracker support, with an option to select the > bugtracker and an option to specify the url. For now this works fine. > > I hope others can use this patch, and that it will find its way =20 > into the > CVS version. > > The patch can be seen in action at > <http://dev.fundanemt.com/cvsstats/commit_log.html> > currently on the first and second page (the second features 2-3 > different patterns). > > The patch can be found at: > <http://sourceforge.net/tracker/index.php?=20 > func=3Ddetail&aid=3D1625423&group_id=3D57558&atid=3D484571> > > Happy new years! > > --=20 > MVH / Best regards > > *************************************************************** > Brian J=F8rgensen, 9th semester Software Engineering student > Department of Computer Science, Aalborg University > Room: E4-115 > Fredrik Bajers Vej 7E, DK-9220 Aalborg, Denmark > *************************************************************** > > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users > |
From: <qt...@cs...> - 2007-01-01 15:09:12
|
Richard Cyganiak wrote: > Nice! I've put it into CVS and it will be in the next release. Right,=20 > there is some duplication now between MantisIntegration and=20 > BugzillaIntegration, we'll sort that out when we get support for a thir= d=20 > bug tracker :-) Great :-) Can anyone explain why the the bugzilla code in StatCvsTask.java calls ConfigurationOptions.setJCVSWebURL(this.jcvsweb); Is that a small mistake? I haven't played with the statcvs ant task, but=20 I suppose it should be ConfigurationOptions.setBugzillaUrl(this.bugzilla); --=20 MVH / Best regards *************************************************************** Brian J=F8rgensen, 9th semester Software Engineering student Department of Computer Science, Aalborg University Room: E4-115 Fredrik Bajers Vej 7E, DK-9220 Aalborg, Denmark *************************************************************** |
From: Richard C. <ri...@cy...> - 2007-01-01 15:27:37
|
On 1 Jan 2007, at 16:08, Brian J=F8rgensen wrote: > Can anyone explain why the the bugzilla code in StatCvsTask.java calls > ConfigurationOptions.setJCVSWebURL(this.jcvsweb); > > Is that a small mistake? I haven't played with the statcvs ant =20 > task, but I suppose it should be > ConfigurationOptions.setBugzillaUrl(this.bugzilla); You are right of course, it's a bug. Fixed in CVS. Thanks! Richard > > --=20 > MVH / Best regards > > *************************************************************** > Brian J=F8rgensen, 9th semester Software Engineering student > Department of Computer Science, Aalborg University > Room: E4-115 > Fredrik Bajers Vej 7E, DK-9220 Aalborg, Denmark > *************************************************************** > > |