Difference between revisions of "VMS IDE Project Explorer"

From VSI OpenVMS Wiki
Jump to: navigation, search
Line 42: Line 42:
 
** ''root'' - project root in OpenVMS
 
** ''root'' - project root in OpenVMS
 
|}
 
|}
 +
 +
 +
[[Category:VMS IDE]]

Revision as of 08:02, 31 March 2019

The Project Explorer view helps to manage OpenVMS projects, their dependencies, and settings. It is also possible to build, rebuild, and clean the project using the Project Explorer context menu.

Description

Project Explorer

Project Dependencies

Project types

  • executable - executable image is created
  • library - object library (OLB) is created
  • shareable - shareable image is created

Context Menu

  • Add to dependencies of selected - add the project you right-clicked to the previously selected project as a dependency
  • Remove project from dependencies - remove the selected project from dependencies of the main project
  • Build only this project - build the current project
  • Build with dependencies - build the current project and all its dependencies
  • Clean this only - clean current project only
  • Rebuild only this project - rebuild the current project
  • Rebuild with dependencies - rebuild the current project and all its dependencies

Creating MMS

VMS IDE can create MMS files automatically based on the project type and types of its dependencies.
For shareable images, an OPT file is created, but the universal symbol vector must be edited, so that other images could link to this image.
If the project depends on some shareable images, a COM file is created with logicals required for running the project.

Project Description

When a project is selected in the Project Dependencies panel, its description is shown.

  • Local
    • folder - Workspace folder name
    • buildType - the type of build: DEBUG or RELEASE (click to change)
    • sourceState - modified or synchronized
    • buildState - built or not built
    • masters - projects which depend on the currently selected project
  • SSH
    • host - OpenVMS host to synchronize and build with
  • Project