Worspace with 2 separate projects do not upload 2nd...

Here you can discuss the universal Integrated Development Environment for OpenVMS.
Post Reply

Topic author
willemgrooters
Valued Contributor
Posts: 87
Joined: Fri Jul 12, 2019 1:59 pm
Reputation: 0
Location: Netherlands
Status: Offline
Contact:

Worspace with 2 separate projects do not upload 2nd...

Post by willemgrooters » Sun Aug 01, 2021 3:22 pm

I started a project (PRJ) in IDE, without specifying a workspace: just created the files according instructions. Works like a charm.
But the projects uses "library functions" I have done years ago; Done the same with that project (LIB): Used the files of the first project, of course adapted to that environment (other languages, other locations) - obviously. Works like a charm.

Now I created a workspace to combine them into one area: as stated in docs: Just note the locations and "you're done".
Library project first, the other project second.

Code: Select all

{
  "folders": [
    {
      "path": "E:/Projects/LIB"
    },
    {
      "path": "E:/Project/PRJ"
    }
  ]
}
Well, mostly. Indeed, I have both projects at hand, but now there is a problem synchronizing from the workspace. Uploading will just access the first (library) projects but won't touch the second, even if there are no changes in the first, and still changes in the second project, as is shown in the explorer window:

Code: Select all

> LIB
V PRJ                                 *                 
  > .vscode
  > SRC                               *
  | ...
  | updated.code               1
  | ...
  
  
Output shows just:

Code: Select all

Upload completed successfully. [LIB]
Status bar still notes one file upload, upload: 0

Did I miss something? Or how kan I update all updated files, regardless in which project these are located?


sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

Re: Worspace with 2 separate projects do not upload 2nd...

Post by sergey_vorfolomeev » Mon Aug 09, 2021 1:02 am

Hi.
The synchronization/uploading of dependent projects is not yet implemented.

Post Reply