Blog
Sunday, February 13, 2005
Fundanemt 2.1 bug status
For the last couple of weeks we, the Fundanemt team, has been working on removing the remaining bugs prior to the 2.1 release (due beginning of March). That made me want to keep track of how many and which bugs needed to be fixed before we have a finished release. Our bug tracking tool Mantis allow us to create a tracking bug for each release and define what bugs need to be fixed before the release is ready. The list of related bugs can though become quite long and Mantis at the moment does not allow us to get a list of bugs not resolved yet.
So I decided to write a little C# program that fetches the Fundanemt 2.1 tracking bug on the Mantis site (stored in XHTML format) and searches through it using XPATH to get a list of all the remaining bugs. And finally present it in a nice print out with summary and list of the bugs.
The bug status page can be viewed at http://qte.fundanemt.com/bugstatus.txt
The current summary looks like:
Summary:
- New Bugs: 20
- Assigned Bugs: 9
- Feedback Bugs: 3
- Acknowledged Bugs: 2
===================
Total: 34
So I decided to write a little C# program that fetches the Fundanemt 2.1 tracking bug on the Mantis site (stored in XHTML format) and searches through it using XPATH to get a list of all the remaining bugs. And finally present it in a nice print out with summary and list of the bugs.
The bug status page can be viewed at http://qte.fundanemt.com/bugstatus.txt
The current summary looks like:
Summary:
- New Bugs: 20
- Assigned Bugs: 9
- Feedback Bugs: 3
- Acknowledged Bugs: 2
===================
Total: 34
posted by Brian Jørgensen at 4:11pm.
permanent url: http://www.qte.dk/blog/archive/18
permanent url: http://www.qte.dk/blog/archive/18
Rss feed