Does anyone have a good example of doing a "Get" with Final Builder and TFS? I keep getting "unable to determine workspace". I've tried creating the Workspace first (which works) but no matter what I do, Get is failing.
Thanks for your post. Sorry to hear that you're experiencing problems.
The Team Foundation actions use the working directory (specified on the Files tab) to determine the workspace name. Are you creating the workspace to map to the same directory that you are doing the Get to?
I did a “Create Workspace” TFS Tasks (successfully) and later tried adding “Set Working Directory” and it still didn’t work…
I’ll try again, but is there any example TFS FB Files that I could look at to see how people are successfully doing it?
BTW, the whitepaper discussing how to add FB into TFS is great, but you need another one for how to integrate with TFS better…it is not obvious (even to get this far).
I re-created everything and it seemed to work. The clue about the “working directory” I think was the trick…I think I was using the ‘default’ directory. Thanks for your help…
Thanks for the speedy reply. Workspaces have "owners", so is it possible this is a credentials issue? Is everything being done with the same credentials?
I whipped up a demo project which creates, maps and then unmaps and deletes a temporary workspace in the same way TF Build does. I've attached it here, once we're sure it's working I'll make it part of FinalBuilder proper. Please let me know how you go (if you could post or email the log output, that would be great.)