Hi,
Did you spell well your project trigger? Did you set the triggerStatus and
the buildCondition properties?
Here is an exemple working in my confs :
<projectTrigger project="ProjectTriggeringTheBuild">
<triggerStatus>Success</triggerStatus>
<innerTrigger name="Project A Trigger" type="intervalTrigger"
seconds="60" buildCondition="ForceBuild" />
</projectTrigger>
Hope this helps
Benjamin Baumann
2011/1/20 yehiel <[email protected]>
> I write a project in cruise control .net that connect to a Surround
> SCM source control and build denenv sln.
> I have a trigger in this project that waiting for another project to
> complete.
> I don't know why the trigger don't fire the another project
> can I have any help on it?
>
> Thanks you very much
>