We are currently running version 4.0.74 of QuickBuild.
The trouble is that the workspace directory automatically and without control adds "opt/var/quickbuild/workspace" to anything I try to set it to...
The build agent is installed at:
K:\developing\buildagent\
I am unable to get it to respect an absolute path, if I set "Use specified workspace directory" a path starting with a forward slash it just appends that path to the path. Setting it to "/test" results in: K:\developing\buildagent\workspace\var\opt\quickbuild\workspace/test
If I set it to an absolute windows path such as "K:\developing\buildagent\workspace" it changes that to:
K:\developing\buildagent\workspace\var\opt\quickbuild\workspace\k\developing\buildagent\workspace
This would not be so bad if it was not for our repository containing some deep folder paths which make the paths for some files to long for windows to handle...
What should I do to get around this?
Best regards,
Dan Engelbrecht