Including resources using the Source tab

You can include the excluded resources (files or folders) to the build using the Source tab of the Build properties page. This option is only available for the files or folders that were excluded from the build.

To include resources using the Source tab:

  1. Open an OpenEdge project.
  2. Open the project properties by doing one of the following:
    • Selecting the project, and clicking ALT+ENTER.
    • Right-clicking the project, and selecting Properties from the context menu.
  3. Access the Excluded node by doing one of the following:
    • Selecting Progress OpenEdge > Build > Source tab > Root node of the project.
    • Selecting Progress OpenEdge > PROPATH > Root node of the project with the Excluded node.
  4. Include the resources that were excluded from the build by doing one of the following:
    • If you want to include all the resources that were excluded from the build, select the Excluded node, and click Remove. Go to Step 7 .
    • If you want to include selective resources, select the Excluded node, and click Edit. The Exclusion Rules appears. Go to Step 5 .
    Note: The Edit option is enabled only when you select the Excluded node.
  5. In Exclusion Rules, select the resources that you want to include in the build from the Manage do-not-compile list section, and click Remove.
  6. Click Finish to save your changes.
  7. Click OK to close the project properties page.
    The resources are included in the project build, and the corresponding r-code files for these resources are generated when your project is built the next time.