Question
We’d like to influence the ordering a bit to create various "migration sets" for the project.
Is it possible to find somehow the “shortest” build order for a target project (or small set of target projects).
We would like that for certain important projects, only its true dependencies appear before those “target” projects in the build order.
Answer
Computing the build order for a set of VBPs depends on the initial order of VBPs in the *.gmproj file.
You may order the VBPs manually using a text editor, or more easily using Excel (or other tab-delimited data editor). To use Excel, choose \[File/Edit] from the Main Menu, reorder the rows in Excel, save your changes, then return to gmStudio and click File/Load on the Main Menu.