I am collecting a bunch of applications for creating an automatic building for the microsoft platform (the products that I have chosen and the software that I will create work on windows). Products I have selected:
- Code Repository: SubVersion
- Continuous Integration: CruiseControl
- Unit Testing: NUnit
- Testing: NCover
- Static Code Analysis: FXCop
Now I need to choose a bug / error tracking system (if possible free), which in some way can be integrated with previous products.
What do I mean by integration? Well, all of these products have a file as output, which I want to publish errors and errors found by them in the tracking system.
Do you know some product, some technique or trick that can help me do this?
Thanks in advance.
source
share