Getting latest of FinalBuild project when running fbcmd

The Source Control option in FinalBuilder studio is set to get latest on open, but when I run the project using fbcmd it does not do that. I also have the option to dissable when running in command line dissabled. Is this a known issue or is it just not supported? This is kind a critical issue when whe have people updating Final builder projects in source control, and we want the schedule jobs to get latest of the project before executing.Thanks

Hi Eugene,

The “disable when running from command line” applies to running automatic builds via the command line in the IDE, but not FBCMD. Look at the help topic “IDE Command Line Interface” to see a list of options for automatically starting builds in the IDE.

SCC integration is disabled in FBCMD because FBCMD is not supposed to open dialogs under any circumstances, and SCC plugins may/will open dialogs in response to various commands (there is no way to tell the plugin not to open a dialog.)

Regards,


Angus