RTC 3.0 pre-condition plugins
How does someone create a server side plugin to perform a pre-condition when saving a work item and a configuration plugin like the RequiredPropertiesAdvisor?
1) How do you configure the plugin development environment?
2) Having an example would help (e.g. the RequiredPropertiesAdvisor)
3) How is the client configuration created, client side Java plugin or server side javascript?
1) How do you configure the plugin development environment?
2) Having an example would help (e.g. the RequiredPropertiesAdvisor)
3) How is the client configuration created, client side Java plugin or server side javascript?
Accepted answer
If you want to do this kind of development you need to enable yourself using the available material.
Start here: https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
Please also note that answering on old questions is not a good practice. Next time create your own question.
Thanks.
Start here: https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
Please also note that answering on old questions is not a good practice. Next time create your own question.
Thanks.
3 other answers
On Thu, 05 Aug 2010 21:07:57 +0000, KirkWoods wrote:
Please see these two wiki topics which explain how this is done:
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
- Jared
----------------------
Jazz Team Process
How does someone create a server side plugin to perform a pre-condition
when saving a work item and a configuration plugin like the
RequiredPropertiesAdvisor?
1) How do you configure the plugin development environment? 2) Having an
example would help (e.g. the RequiredPropertiesAdvisor) 3) How is the
client configuration created, client side Java plugin or server side
javascript?
Please see these two wiki topics which explain how this is done:
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
- Jared
----------------------
Jazz Team Process
Please see these two wiki topics which explain how this is done:
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
- Jared
----------------------
Jazz Team Process
These are good places to understand the plugins, and since you reference these, I have to assume that they are still valid for 3.0.
But what I also need information on is how to configure the Eclipse plugin development environment for 3.0 development. For example: linking to the server/update-site and server/rtc-update-site to get to the server side jars, since there is no SDK installation for 3.0M7a.
Thanks,
Kirk