Build History Includescript

Hi everyone!

I’ve question respecting the build history in includescripts.

I’ve a main script, which execute includescripts. When an includescript failed, there is no build logged in the build history. Is there a setting to show the build log in the build history of the includescript? Or where can I see the build log? Thanks a lot.

Regards,

Patrick

Patrick,

When you include FB projects in the main FB project, all the logging for the included project goes into the log file of the main FB project file. So, you should be able to expand the log file (of your main FB project), and under the Include Project action, it will then list the Main action list, and then the detailed information of the actions inside that project.

cheers,
.t8

Hi .t8,

Yes, it’s so. I can see under the main script all log information about the include script. But if I open the log history in the include script (I’ve opened the include script with one finalbuilder instance…), I can’t see the build information of this script as include script. I would like to see this information.  Do you know, what I mean?

Thanks a lot.

Regards,

Patrick

I understand what you mean, but as Tate mentioned all of the logging goes to the parent project. The included won’t have the logging when you open it.