What is the exact behaviour of ISSERVERBUILD and ISINTERACTIVEBUILD ?
I tried to launch a kind of "project launcher" from FBServer. This project launcher does include our main build project with predefined variables, using the "Include Project" action.
When tracing variables in the project launcher, everything is correct: ISSERVERBUILD =True, ISINTERACTIVEBUILD =False, ISINCLUDEDBUILD = False
When tracing variables in the main project: ISSERVERBUILD = False => KO ISINTERACTIVEBUILD = True => KO ISINCLUDEDBUILD = True => OK
This is a bug, the values of those variables is not getting passed to the included project’s variable namespace. I have checked in a fix, a build will start in a few minutes, I’ll post a link to the test build with the fix included when it’s uploaded to the website.
Thanks no problem, it works now for this issue. But running my project from FBServer is a big challenge, i found another issue and another suggestion that i will post to FBServer forums, Fabien