I am having trouble with projectTriggers working reliably.
 
I have 8 projects that I want to trigger off of one project.  So, when 
Project A builds, I want Projects B, C, D, E, F, G, H, and I to build.  For 
each project B through I, I have the following trigger:
 
<triggers>
      <multiTrigger>
        <triggers>
          <intervalTrigger seconds="180" 
buildCondition="IfModificationExists"/>
          <projectTrigger project="ProjectA">
            <triggerStatus>Success</triggerStatus>
            <innerTrigger type="intervalTrigger" seconds="180" 
buildCondition="ForceBuild"/>
          </projectTrigger>
        </triggers>
      </multiTrigger>
</triggers>
 
This works, but not reliably.  Sometimes when ProjectA builds, projects B 
through I build correctly, but sometimes none of them build, sometimes 2 or 
3 of them build.  It is very unpredictable.  The intervalTrigger always 
seems to work correctly, as does forcing a project.
 
Any ideas of what could be wrong, or suggestions to fix this?
 
Thanks

-- 

--- 
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.

Reply via email to