Check In Process enhancement
![]()
Hi RTC SME's,
I was wondering if it is possible to attach a script to check in process of RTC Desktop Client?
If Yes, can you show me how
The script will be modifying a line inside the file to be checked in.
Regards,
Verdan
|
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Nov 06 '15, 2:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Nov 06 '15, 7:56 a.m.
As far as I am aware, we don't have an extension point on check in. If we had one that runs before the check in happens, it would be an advisor and that would not allow to modify the data but only allow to prevent the check in.
A follow up action could do manipulations, but that would potentially cause a new change set and the change would be not in your local file so the workspace would be out of sync. I am not sure if this can be done. Comments Hi Ralph, I saw your answer in my other question, but what if i could create a script that would automatically change a part of the file before check in? could that script be attach to RTC Desktop Client so that every time I do check in that script would be executed. Good luck with that, but then it needs to be hooked into the Eclipse extension points and not into the RTC Extension points.
|