You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
We have been using SourceOrbit for some time now and are very satisfied with the tool. However, we have noticed one thing regarding the recompilation of objects in connection with copybooks.
I have three programs and a service program that include the same copybook, consisting of various data structures.
When I make a change to the data structure in the copybook (add/change/delete attributes), I believe there should be a dependency on the above-mentioned programs/service programs and a recompilation should take place. However, this is currently not the case. The Impact Report also shows no dependency between the programs and the copybook.
I tried this once before with Better Object Builder, and we were able to control it via the Rules.mk files. Is there a way to take this into account here as well?