Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
If the help text suggests multiple file support, then maybe I'm wrong. Have you tried providing multiple file names separated by spaces, or separated by commas? Alternately, you could look at the plugin source code and decide if the source code supports multiple file names. Mark Waite On Wed,

Re: Nunit multiple report files

2014-02-05 Thread Matthias
Hi, Thanks for your Answer.. But, why is there a help text, telling me that multiple files are supported? Isn't that a Bug? For now, my workaround looks like this: i have 2 separate jobs, building the x86 and x64 part of the Project. Regards 2014-02-05 Mark Waite : > My last experience with

Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
My last experience with the plugin was that it only supports a single results file. You will need to find a way to make one file rather than two. On Feb 5, 2014 3:45 AM, "Matthias" wrote: > Can no one help me with this Issue? > > > > Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: >

Re: Nunit multiple report files

2014-02-05 Thread Matthias
Can no one help me with this Issue? Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: > > Hello > > We are using Jenkins to build a Delphi Job. > This Job builds an x64 and x86 Tests.exe. > Both of them excecute fine and also generate a seperate "dunit-report.xml" > and "dunit-repor

Nunit multiple report files

2014-01-17 Thread Matthias
Hello We are using Jenkins to build a Delphi Job. This Job builds an x64 and x86 Tests.exe. Both of them excecute fine and also generate a seperate "dunit-report.xml" and "dunit-report-x64.xml" file. If we insert only one of these two files into the "Publish NUnit test result report" Plugin ev