ClearCaseByDate adaptor
I am setting up a Build Forge project to use the ClearCaseByDate adaptor (link) and am expecting the project to run if there are any source changes in the view and not run if there are no source changes in the view.
However, when it detects changes, it passes, but when it detects no changes it fails.
(the error is: Text Action on var set step state to 'F'.)
Shouldn't the project pass & exit if it "successfully" detected no changes.
(and pass & continue to the next step if it did detect changes)
thanks,
However, when it detects changes, it passes, but when it detects no changes it fails.
(the error is: Text Action on var set step state to 'F'.)
Shouldn't the project pass & exit if it "successfully" detected no changes.
(and pass & continue to the next step if it did detect changes)
thanks,
One answer
This has been resolved by setting the "Link Debug Mode" to "No" under Administration->System.
(Even though my adaptor link was not set to "Debug", our previous default admin setting of "Yes" made it run in debug mode. So for our case where there were no ClearCase changes detected by the adaptor the project would fail at step 0 instead of not running at all.)
regards,
Chris
(Even though my adaptor link was not set to "Debug", our previous default admin setting of "Yes" made it run in debug mode. So for our case where there were no ClearCase changes detected by the adaptor the project would fail at step 0 instead of not running at all.)
regards,
Chris