jtaylor
10-18-2010, 09:40 AM
An example of my path variable setup:
<Root Path> = C:\Root Path
<Bin Path 1> = <Root Path>\Bin1\
<Bin Path 2> = <Root Path>\Bin2\
<Bin Path 3> = <Root Path>\Bin3\
When setting <Root Path> via command line, it changes the <Root Path> variable as expected but not the other paths that use <Root Path>.
Paths may change depending on machine (dev/build) or build type (ci/prod) so setting each path variable for each scenario is unacceptable.
Is there a way to force the update or to use relative paths?
<Root Path> = C:\Root Path
<Bin Path 1> = <Root Path>\Bin1\
<Bin Path 2> = <Root Path>\Bin2\
<Bin Path 3> = <Root Path>\Bin3\
When setting <Root Path> via command line, it changes the <Root Path> variable as expected but not the other paths that use <Root Path>.
Paths may change depending on machine (dev/build) or build type (ci/prod) so setting each path variable for each scenario is unacceptable.
Is there a way to force the update or to use relative paths?