ClearCase integration
Not sure if this is the best place to ask this.
Is there an integration between ClearCase and Gemini?
|
norricorp
· 1 |
|
| Thursday, January 18, 2007, 8:02:45 AM | |
0
|
Not out of the box. But I am sure that one can be created. |
||||
|
|||||
0
|
Within a Clearcase UCM / clearquest integration (CQ is a chnage tracker tool), within CQ, a CC activity would be created, using the details from CQ. |
||||
|
|||||
0
|
I think you can do all this using Gemini web services as long as you can get the issue id. Have a look at our web services sample: http://www.countersoft.com/Default.aspx?PageID=58 |
||||
|
|||||
0
|
Thanks for that. I had a quick look inside the zip - is there any documentation to go with the c# files? |
||||
|
|||||
0
|
These are my first thoughts on how it could be done - does it make sense. We could write a plugin listener to listen for the issue state of in-progess. It can then run some C++ (or C# code - the manual is a little unclear) to run clearcase commands that would create an activity. We would need the stream for this so a request to the user would either have to be part of the code or could be added to the html page in gemini. We could also put a trigger on delivery_complete in clearcase. This could run a perl script that would get the files that had changed and send them as a url to gemini - possibly. |
||||
|
|||||
0
|
Yes, makes sense to me. You will have to write a service that will listen to the status change. The service will use Gemini web services and will query for issue... and dod the job. |
||||
|
|||||




