User | Kudos |
---|---|
6 | |
2 | |
2 | |
1 | |
1 |
I'd like to see the Destination Path in the application builder have an option to be a symbolic path based on the project directory (the direcotry where the project file lives) rather than an absolute path. For instance, if the project path (in our case, a local Git repo) was "SS10 Src Repo" and there was a subdirectory called "Builds", it would be nice to NOT have to specify "C:\users\xxx\Desktop\SS10 Src Repo\Builds" as the destination path, but rather check a box to say "symbolic path relative to Project Dir" and simply specify "Builds". If the repo is moved or renamed, all those destination paths in each project file need to be edited.
One reason for doing this is to locate executable that are built from the project, and called from project files via System Exec.vi. At runtime you need to find the executables (assuming they are localized and not in the PATH) and you can use the Application Directory file constant to figure out where your executables SHOULD be (relative to AppDir). But configuration to specify their location in each project file using an absolute path is a b**ch... it would be great to not have to edit all the dest paths in each .lvproj each time we check out the repo on a new machine, or by a different user...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.