View Single Post
  #2  
Old 09-11-2003, 11:39 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The information below should answer your question. If not, post a sample project demonstrating the problem you're experiencing.


From the 'Conditional Build Rules' help topic:

A conditional build rule normally applies to the current step and all child steps (steps below and indented from the step), so a build rule can easily be applied to a block of steps. Normally rules are nested (if a child step also defines a build rule, the parent and child step's rules must evaluate true). Note: this behavior can be overridden by disabling the option for nesting of rules in Application options.

From the 'Application Options -> General' help topic:

Implement nesting of conditional build rules: If this option is checked, nesting of build rules is performed: If a step and one or more of its parent steps contains a conditional build rule, all the rules must evaluate to true for that step to be built. Conditional build rules are not evaluated for steps that are not marked to be included in the build.

Re-evaluate all conditional build rules for each step: If checked, all build rules that apply to the current step (its rule and the rule of any parent steps if nesting of build rules is enabled) are re-evaluated before each step is built; if not checked, only the current step's rule is evaluated, and the previous evaluation result of any parent steps' rules are used.
Reply With Quote