Importing TGT Files into a Build Configuration

Purpose

Follow this procedure to import an Openmake TGT file into a build configuration in Dimensions Build. After the TGT file is successfully imported, the target and its dependencies are added to the build configuration.

To import an Openmake TGT file into a build configuration:

  1. In Dimensions Build select the Build Management tab.

  2. In the navigation pane select the build configuration where you want to import the TGT file, and click Build Targets.

    select_build_target.png
  3. NOTE  The build configuration must be checked out.

  4. In the content pane, on the Build Targets tab, click Launch Import Wizard.

  5. The Import Wizard appears. On the left side of the wizard there are links to four pages: Select Import Type, Choose File, Parameters, and Confirm. By default, the Select Import Type page is displayed.

  6. On the Select Import Type page, select Openmake TGT file and click Next.

  7. On the Choose File page, in the Select OpenMake TGT file field, do one of the following:

  8. Click Next.

  9. The Parameters page displays the following information:

  10. (Optional) Modify the target name and its relative path.

  11. Select the sources that you want to import from the TGT file.

  12. Click Next.

  13. On the Confirm page review the details of the target that you are going to create and click Finish.

  14. In the content pane of your build configuration click the Build Targets tab. Verify that the new target was added to your list of build targets.

  15. Click the Sources tab. Verify that the new sources were added to your list of build sources.

  16. To review the transition script that will be used to build the target do the following:

  17. a    In the navigation pane expand your build configuration, click Build Targets, and select the build target that you imported.

    select_tgt.png

    b    In the content pane, in the Transition Details section, click Edit Build Script.

    The Edit Transition Script dialog box appears. The Script Content field displays the following default Openmake template:

    om_build.template

    IMPORTANT!  The default Openmake template is located in the directory <install root>/templates. If you customize the template, Serena recommends that you place it under source control and in the build directory. The Openmake build templates that are supplied with Dimensions CM are described in the Developer’s Reference.

    c     Click OK.

  18. Optionally add build options and option groups to the build target.