Follow this procedure to view the targets impacted by items, a request, or a project/stream. This enables you to check what targets may need to be rebuilt if you change a source file.
PRIVILEGES None required
To view impacted targets:
In the desktop client select the items, request, or project/stream for which you want to view impacted targets.
Do one of the following:
On the toolbar click Build and select Impacted Targets.
From the Item, Request, or Project/Stream menus select Impacted Targets.
The Impacted Targets wizard appears.
From the Build configuration list select the build configuration for which you want to view impacted targets.
From the Build Stage list select a deployment stage. To select a work area select <none>.
From the Build Area list select a build or work area.
Click Next.
Choose target selections for the target list:
Show all targets from build configuration: displays all targets from the build configuration.
Show final targets only: does not display intermediate targets.
Show foreign items: displays items that are related to items in a different project or stream.
Show side-effect targets: displays files created at the same time as the main target, such as a compile listing.
Show predicted targets: display targets based on a previous revision of the item. This is relevant when the selected revision has not yet been built.
Include targets impacted by related requests: considers child requests as well as the parent request.
If you change target selections, click Re-query to repopulate the target list.
For each target in the Targets list the following build dependency information is displayed:
Target: the name of the target as defined in Dimensions Build.
Filename: the filename of the target or mask as defined in Dimensions Build.
Found In: the relationship of the objects that you are going to build to the target. Can be one of the following:
• Build Config: matches a rule in a build configuration (explicit relationship).
• BOM: named in a bill of materials (BOM) from a previous build (implicit relationship).
• Build Config/BOM: matches both of the above (explicit and implicit).
• <blank>: no matches were found for the selected objects.
Build Config: The build configuration that you selected. The configuration version may be different from that in the Build configuration list (the latter is ignored when this data is processed).
Details: Can be one of the following:
• Prediction: the relationship is based on a previous revision of the item.
• Foreign: is related to an item in a different project or stream.
Click Close.
Related Topics