Compiler warnings are duplicated over 2 projects

Hello,

I have noticed a strange behaviour regarding compile warning and errors metrics with FBServer 6.3.721 (i upgraded to 6.3.821 but the issue is still here) :

I use 2 projets for my CI process, which are quite simple : they only msbuild a different solution:
- Projet 1 builds solution 1, which give X warnings
- Projet 2 builds solution 2, which give Y warnings

The issue is that : running a projet create metrics for both projets.

For example : If I run project 1 :
- A new metrics with X warning is added to project 1 => ok
- A new metrics with X warning is added to project 2 => ko

The issue is symetric, if I run projet 2:
- A new metrics with Y warning is added to project 2 => ok
- A new metrics with Y warning is added to project 1 => ko

I'm not 100% sure, but i think that the first project was cloned to create the second projet.

Regards,

 

 

 

Hi,

This will happen when two projects share the same FinalBuilder project file, you can force the projects to use different logs by enabling the Unique Log File option (Edit Project page).

Regards,
Paul.

Hello,
i checked Unique Log on both projects, but the behavior is still here. They share their metrics.