
| Key: |
CCNET-1204
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Keng Chong
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
ccnet 1.4 and MKS 2007 as source control
|
|
Issue Links:
|
Relationship
|
|
This issue Relates to:
|
|
CCNET-1052
Modifications to files in subprojects...
|
|
|
|
|
|
|
|
The ccnet 1.4 source control could not detect MKS source control modification.
The modification detection failure fails the intervalTrigger. Because buildCondition="IfModificationExists is never true.
My ccnet.config(the trigger part):
<triggers>
<intervalTrigger name="continuous" seconds="30" buildCondition="IfModificationExists"/>
</triggers>
The followings are the log:
2008-07-30 12:47:11,912 [CcnetConfigAutoUpdate:DEBUG] Starting process [C:\Program Files\MKS\IntegrityClient\bin\si.exe] in working directory [] with arguments [mods -R -S "C:\Program Files\CruiseControl.NET\server\project.pj" --user=fwbuild --password=kk1245 --quiet]
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:DEBUG] Added member: project301.xml now at revision 1.2
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:DEBUG] Added member: PolySpace Utility - Log to XML.xml now at revision 1.1
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:INFO] No modifications detected.
No matter how many times we change, check in ,check out the files, the modification never detected, so the trigger failed. But forcebuild works.
|
|
Description
|
The ccnet 1.4 source control could not detect MKS source control modification.
The modification detection failure fails the intervalTrigger. Because buildCondition="IfModificationExists is never true.
My ccnet.config(the trigger part):
<triggers>
<intervalTrigger name="continuous" seconds="30" buildCondition="IfModificationExists"/>
</triggers>
The followings are the log:
2008-07-30 12:47:11,912 [CcnetConfigAutoUpdate:DEBUG] Starting process [C:\Program Files\MKS\IntegrityClient\bin\si.exe] in working directory [] with arguments [mods -R -S "C:\Program Files\CruiseControl.NET\server\project.pj" --user=fwbuild --password=kk1245 --quiet]
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:DEBUG] Added member: project301.xml now at revision 1.2
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:DEBUG] Added member: PolySpace Utility - Log to XML.xml now at revision 1.1
2008-07-30 12:47:11,943 [CcnetConfigAutoUpdate:INFO] No modifications detected.
No matter how many times we change, check in ,check out the files, the modification never detected, so the trigger failed. But forcebuild works. |
Show » |
|
FYI, this is unchanged from CCNET 1.3 and somewhat before.