Sure.. I am aware of that. What I am talking about is the xsl's specified in line 32 to 46 in that link. That section is used to create the buildreport which is the summary page that you say when you select one of the builds for a project.
I am aware of how to add the report build plugins by project. As a matter of fact, I don't even bother with that... the devs just know which projects to click on the MbUnit report or the Gallio report. BOb On Jun 30, 5:39 pm, Daniel Nauck <[email protected]> wrote: > Hello, > > have a look at following example: [1] line 58+ > > Daniel > > [1]http://ccnet.svn.sf.net/viewvc/ccnet/branches/RB_1_4_4/project/WebDas... > > Am 30.06.2010 22:11, schrieb PilotBob: > > > > > Is it possible to configure the buildreport for various projects. > > > For example, we were using MbUnit v2 which uses the MbUnitSummary.xsl > > file. However, for a new version of our app we are using Gallio/MbUnit > > v3. I want to add an MbUnit3Summary to provide the same info on the > > build report. > > > Is my only recourse to modify the XSL files to return nothing if there > > isn't any corresponding date... current the MbUnitSummary returns "No > > tests in your project" or something if this is the case. I would hate > > this to be the answer because I know very little about XSL syntax. > > > BOb
