Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Where would I find this in the SDK?

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

0 votes


Accepted answer

Permanent link
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

0 votes

Comments

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"

Thank you Sam.  Have a good weekend.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,052

Question asked: Apr 11 '14, 3:43 p.m.

Question was seen: 4,837 times

Last updated: Apr 14 '14, 2:56 a.m.

Confirmation Cancel Confirm