Abbility to specify Relative Paths in Build actions

We are using Build VC 6 and Build VS .Net Solution actions and it would help if the path to the project was saved as a relative path. Maybe put a check box to use relative paths so that when you browse to the project and select it, FB converts it to a relative path from the FB project directory.

Reason behind this is that when files are retrieved from our version control system it will not be on the same drive. Currently we use variables but it makes it to error prone when I am asking developers to enter the variables instead of browsing to the project file.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Hi Dale,

Thanks for the suggestion. We’ll consider adding it to those actions, although in truth it is a feature which would be useful in nearly all FB actions (at least all the actions with paths.)

In the meantime, a stop-gap solution would be to use the Find & Replace action to find the project directory and replace it with %FBPROJECTDIR%, across all of the actions.

- Angus