Quickbuild tries to be helpful and checks that you have at least one load rules in your ClearCase config specs. The problem is that we use a single line "include <path>" to coordinate config specs between CM and development so QB will complain even though the included file contains load rules, forcing us to add an extra dummy rule. The possibility to have warnings and not only errors when validating field inputs would be a good workaround, or ticking an ignore option.
A real solution would be to actually parse (possibly recursive) include rules before performing the field validation. In that case please also make it possible to log/save the expanded config spec as part of the build output.
|