Yes, you are totally confusing two concepts here. cb:if is part of the preprocessor and is used when parsing the configuration, before any project is run. If you want to act depending on the value of a dynamic value, you should use the conditional task with a compare value condition :
http://www.cruisecontrolnet.org/projects/ccnet/wiki/Conditional_Task http://www.cruisecontrolnet.org/projects/ccnet/wiki/Compare_Values_Condition This will work when running a project. Le samedi 19 octobre 2013 12:57:25 UTC+2, idMaxCZ a écrit : > > I still trying solve this issue and I thin probably IF statement not > support dynamic values by concept. Because all documentation describe this > function just as part of preprocessor. > > Just confusing me this topic on stack-overflow - > http://stackoverflow.com/a/15961380/2425242 > > Thanks for your ideas. > -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
