ISSERVERBUILD and ISINTERACTIVEBUILD issue

Hello,

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

thanks,

Fabien

Hi Fabien

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.

Hi

A test build with the fix is available here :

https://www.finalbuilder.com/downloads/finalbuilder/550/FB550_454.exe

https://www.finalbuilder.com/downloads/fbserver/FBServer_5.5.0.454.exe


thanks,

After installing the fix, i have the following errors when launching FB (see attached file).

Fabien

 

 

Hi Fabien,

Our apologies for the broken test build, here is a new test build that fixes the above problems.


FinalBuilder Url: https://www.finalbuilder.com/downloads/finalbuilder/550/FB550_455.exe
FinalBuilder Server Url: https://www.finalbuilder.com/downloads/fbserver/FBServer_5.5.0.455.exe

Regards,
Paul.

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