It's all about the answers!

Ask a question

Where would I find this in the SDK?


Michael Dexter (9221114) | asked Apr 11 '14, 3:43 p.m.

Hi,

I need assisting with identifying the correct Java package that will have the code we need to customize for our project.

The extension point we are looking for is "Deliver (server)"

The code we need is "Require Work Item and Conditions"

We do have the RTC SDK downloaded and installed.

Thank you in advance for assisting me.

- Mike Dexter

Citi

Accepted answer


permanent link
sam detweiler (12.5k6195201) | answered Apr 11 '14, 9:28 p.m.
look in the project xml, to find the ID and class of the plugin that does this.

that should narrow it down. then look in the sdk directories, plugin.xml to see if that ID is present..

I'll try to look tomorrow.. just got home from a long (1400 mile) drive.
Michael Dexter selected this answer as the correct answer

Comments
sam detweiler commented Apr 12 '14, 8:05 a.m.

the extension point is
operationId="com.ibm.team.scm.server.deliver"

most of the built in advisors for that operation id are in
com.ibm.team.filesystem.service

that code however is not configured for that operation point.
usually you would filter out required properties before you get to this point

that plugin is on operation
<operation id="com.ibm.team.scm.client.deliver">

id="com.ibm.team.process.deliver.requireWorkItem"


Michael Dexter commented Apr 12 '14, 10:45 a.m.

Thank you Sam.  Have a good weekend.


Ralph Schoon commented Apr 14 '14, 2:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.