<font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">i tried the following:</font>
<br>
<br><font size=2 face="sans-serif"><command type='condscript' cmd='mycommand1'></font>
<br><font size=2 face="sans-serif">        <condition></font>
<br><font size=2 face="sans-serif">         
      <somecheck2></font>
<br><font size=2 face="sans-serif">        </condition></font>
<br><font size=2 face="sans-serif"></command></font>
<br><font size=2 face="sans-serif"><command type='condscript' cmd='mycommand2'/></font>
<br><font size=2 face="sans-serif"><command type='install' include='condscript'></font>
<br><font size=2 face="sans-serif">        <condition></font>
<br><font size=2 face="sans-serif">         
      <somecheck1></font>
<br><font size=2 face="sans-serif">        </condition></font>
<br><font size=2 face="sans-serif"></command></font>
<br>
<br><font size=2 face="sans-serif">What I expected:</font>
<br><font size=2 face="sans-serif">'mycommand1' should only fire when 'somecheck1'
is true AND 'somecheck2' is true (because 'condscript' should only be included
when 'somecheck1' is true).</font>
<br><font size=2 face="sans-serif">'mycommand2' should fire afterwards
(if somecheck1 is true)</font>
<br>
<br><font size=2 face="sans-serif">with somecheck1 = 1 false and somecheck2=true
that should result in no commands being fired.</font>
<br>
<br><font size=2 face="sans-serif">What actually happened: (with somecheck1
= false and somecheck2 = true)</font>
<br><font size=2 face="sans-serif">'mycommand1' was fired</font>
<br><font size=2 face="sans-serif">'mycommand2' was not fired.</font>
<br>
<br><font size=2 face="sans-serif">So it looks like conditions can not
be nested inside includes. Conditions are always globally resolved.</font>
<br>
<br><font size=2 face="sans-serif">Looking at the logs confirms this: 'condscript'
is not included, but 'mycommand1' is fired anyway.</font>
<br>
<br><font size=2 face="sans-serif">Did I get that right? Is this intended
behaviour?</font>
<br>
<br><font size=2 face="sans-serif">Best Regards</font>
<br><font size=2 face="sans-serif"> Heiko</font>