Difference between revisions of "VMS IDE Project Explorer"
(→Project types) |
(→Context Menu) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
* ''library'' - object library (OLB) is created | * ''library'' - object library (OLB) is created | ||
* ''shareable'' - shareable image is created | * ''shareable'' - shareable image is created | ||
− | * ''java'' - project contains only | + | * ''java'' - project contains only Java files |
− | * ''kotlin'' - project contains only | + | * ''kotlin'' - project contains only Kotlin files |
− | * ''scala'' - project contains only | + | * ''scala'' - project contains only Scala files |
====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 | + | * '''Build this project''' - build the current project |
* '''Build with dependencies''' - build the current project and all its dependencies | * '''Build with dependencies''' - build the current project and all its dependencies | ||
− | * '''Clean this | + | * '''Clean this''' - clean current project only |
− | * '''Rebuild | + | * '''Rebuild this project''' - rebuild the current project |
* '''Rebuild with dependencies''' - rebuild the current project and all its dependencies | * '''Rebuild with dependencies''' - rebuild the current project and all its dependencies | ||
+ | * '''Synchronize''' - synchronize the current project | ||
+ | * '''Upload''' - upload the current project (if preferZip == true the ZIP will be used to upload files) | ||
====Creating MMS Files==== | ====Creating MMS Files==== | ||
Line 49: | Line 51: | ||
|} | |} | ||
+ | [https://www.youtube.com/watch?v=9sZuJjbfBws&list=PLewDXk9a8laO3cAZFPyZ4bbgcKsJ1qgPo&index=2 Video tutorial: VMS IDE 2 Managing Dependencies] | ||
[[Category:VMS IDE]] | [[Category:VMS IDE]] |
Latest revision as of 08:37, 20 March 2020
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.
Contents
Description
Project DependenciesProject types
Context Menu
Creating MMS FilesVMS IDE can create MMS files automatically based on the project type and the types of its dependencies. Project DescriptionWhen a project is selected in the Project Dependencies panel, its description is shown.
|