"Compare Builds" not enabled in VS 2008
3 answers
If I select two builds in the "Build" window of the Visual Studio 2008 plugin, and right click, I see that there is a "Compare Builds" menu option but it's always disabled (grayed out). Is this feature not available? If so, why does it show up on the menu?
Thanks, Gary
If it is a personal build of the build didn't complete, only in those cases will the option be greyed out. If you are seeing this behavior while comparing two builds, that are complete and none of them is personal, please open a work item.
If I select two builds in the "Build" window of the Visual Studio 2008 plugin, and right click, I see that there is a "Compare Builds" menu option but it's always disabled (grayed out). Is this feature not available? If so, why does it show up on the menu?
Thanks, Gary
The selected builds should not be of type "Personal Builds" and the builds should be in completed state. In addition to this the build definition should use "Jazz Source Control" for managing the source code. To check this open the build definition in Eclipse Client and check if the Build Definition has a "Jazz Source Control" tab and you have specified a Build Workspace
Note that the requirement that the build be complete should really be relaxed. See 93354: Compare Builds is only enabled for completed builds.
The reason compare is not enabled on personal builds is that they have no associated snapshot. The comparison is actually done between the snapshots of the two builds.
Nick Edgar
RTC Build component lead
The reason compare is not enabled on personal builds is that they have no associated snapshot. The comparison is actually done between the snapshots of the two builds.
Nick Edgar
RTC Build component lead