To create project dependencies

CAUTION:
Circular or missing dependency definitions cause a build error. You need to fix the error before you proceed with the build.

To create project dependencies for a native COBOL project

  1. Select your project in Application Explorer view.
  2. On the Project menu, click Properties.

    The Properties for <project-name> dialog box appears.

  3. Click Micro Focus > Build Path.
  4. Click the Projects tab.
  5. Click Add.

    A dialog box containing all compatible projects appears.

    Note: Local projects can use sources and build artefacts only from other local project(s). Remote projects can use resources only from remote projects that are using the same remote connection.
  6. Select the projects containing the resources needed to build the current project, then click OK.
  7. Click OK on the Properties for <project-name> dialog box to save the changes.

To create project dependencies for a JVM COBOL project

  1. Select your project in Application Explorer view.
  2. On the Project menu, click Properties.

    The Properties for <project-name> dialog box appears.

  3. Click Micro Focus > JVM Build Path.
  4. Click the Projects tab.
  5. Click Add.

    This displays a dialog box with all compatible projects.

    Note: Local projects can use sources and build artefacts only from other local project(s). Remote projects can use resources only from remote projects that are using the same remote connection. JVM COBOL projects can use sources and build artifacts from other JVM COBOL projects as well as from Java projects.
  6. Select the projects containing the resources needed to build the current project, then click OK.
  7. Click OK on the Properties for <project-name> dialog box to save the changes.