Difference between revisions of "VMS IDE Project Explorer"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "Project Explorer is a view that helps to manage OpenVMS projects, their dependencies, and settings. It is also possible to build, rebuild and clean the project from the Projec...")
 
Line 2: Line 2:
  
 
=Description=
 
=Description=
[[File:Project-explorer.PNG|frame|left|Project Explorer]]
+
{| style="border-style: none;"
 
+
|-
 +
|rowspan="2"| [[File:Project-explorer.PNG|frame|left|Project Explorer]]
 +
|style="vertical-align:top; padding-left: 20px;" |
 
==Project Dependencies==
 
==Project Dependencies==
  
Line 12: Line 14:
  
 
====Context Menu====
 
====Context Menu====
* Add to dependencies of selected - add the project you right-clicked to the previously selected project as a dependency
+
* '''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
+
* '''Remove project from dependencies''' - remove the selected project from dependencies of the main project
* Build only this project - build the current project
+
* '''Build only this project''' - build the current project
* Build with dependencies - build the current project and all dependencies
+
* '''Build with dependencies''' - build the current project and all dependencies
* Clean this only - clean current project only
+
* '''Clean this only''' - clean current project only
* Rebuild only this project - rebuild the current project
+
* '''Rebuild only this project''' - rebuild the current project
* Rebuild with dependencies - rebuild the current project and all dependencies
+
* '''Rebuild with dependencies''' - rebuild the current project and all dependencies
  
====MMS creating====
+
====Creating MMS====
VMS IDE may create MMS files automatically based on the project type and on types of projects which it depends on.
+
'''VMS IDE''' may create MMS files automatically based on the project type and on types of projects which it depends on.
For shareable images, the OPT file will be created, but the universal symbol vector must be edited so that other images could link to this image.
+
For '''shareable''' images, the OPT file will be 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, the COM file will be created with logicals needed to run this project.
 
If the project depends on some shareable images, the COM file will be created with logicals needed to run this project.
  
Line 30: Line 32:
 
** folder - [[VMS_IDE_Configuration|Workspace folder name]]
 
** folder - [[VMS_IDE_Configuration|Workspace folder name]]
 
** buildType - the type of build: DEBUG or RELEASE (click to change)
 
** buildType - the type of build: DEBUG or RELEASE (click to change)
** sourceState - modified or synchronized
+
** sourceState - ''modified'' or ''synchronized''
** buildState - built or not
+
** buildState - ''built'' or ''not built''
 
** masters - projects which depend on this project
 
** masters - projects which depend on this project
 
* SSH
 
* SSH
Line 39: Line 41:
 
** projectType - the type of the project (executable, library or shareable)
 
** projectType - the type of the project (executable, library or shareable)
 
** root - project root in OpenVMS
 
** root - project root in OpenVMS
 +
|}

Revision as of 14:19, 29 March 2019

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

Description

Project Explorer

Project Dependencies

Project types

  • executable - source files will be built and linked in the executable image
  • library - object library (OLB) will be created
  • shareable - extension will create a shareable image

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 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 dependencies

Creating MMS

VMS IDE may create MMS files automatically based on the project type and on types of projects which it depends on. For shareable images, the OPT file will be 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, the COM file will be created with logicals needed to run this 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 this project
  • SSH
    • host - OpenVMS host to synchronize and build with
  • Project
    • projectName - the name of the project
    • projectType - the type of the project (executable, library or shareable)
    • root - project root in OpenVMS