DVT e Language IDE User Guide
Rev. 24.1.5, 13 March 2024

38.41 How to set multiple paths as sources of predefined projects ?

You can set an environment variable starting with "DVT_PREDEFINED_PROJECTS_EXT_" for each directory that contains predefined projects.

For example, if there are two directories - let's say dir1 & dir2, you must create two environment variables pointing to them:

  • $DVT_PREDEFINED_PROJECTS_EXT_1 > dir1

  • $DVT_PREDEFINED_PROJECTS_EXT_2 > dir2

Note 1: Each environment variable must point to only one directory that can store any number of projects Note 2: Avoid duplicate projects in different directories