It's all about the answers!

Ask a question

Where does RTC get the Description for a Follup-up Action?


Susan Hanson (1.6k2192194) | asked Apr 24 '14, 6:02 a.m.
In RTC, when you have a Follow-up Action selected/enabled and you click on it, it fills in the Name and (I guess) the Description to the right of the lists of Preconditions and Follow-up actions.  Where does it get this description from?  I had thought it was from the Text of the Feature Description tab on the Information tab of the Participant Feature project.  However, I have Text in mine and it is not showing up.

I don't see anywhere else really that has a Description field in either the plugin.xml of the Participant project or the feature.xml in the Participant Feature project.

Thanks,Susan

Accepted answer


permanent link
sam detweiler (12.5k6189201) | answered Apr 24 '14, 7:26 a.m.
its from the description field of the Plugin.xml of the OperationParticipant

   <extension
         point="com.ibm.team.process.client.operationParticipants">
      <operationParticipant
            class="advisor.example.OperationParticipant1"
            id="advisor.example.operationParticipant1"
            name="name">
         <description>
            description body text
         </description>
      </operationParticipant>
   </extension>
Susan Hanson selected this answer as the correct answer

Comments
Susan Hanson commented Apr 24 '14, 7:34 a.m.

So it looks like Eclipse doesn't display that in the client UI?  I have to actually hack the xml directly?

Susan


sam detweiler commented Apr 24 '14, 7:43 a.m. | edited Apr 24 '14, 7:45 a.m.

it does, just not obvious..

right click on the extension name

and then you'll get the UI to edit


Susan Hanson commented Apr 24 '14, 7:45 a.m.

Thanks!  I would have never figured THAT one out for myself.  I definitly owe you a drink if I ever meet you!
S


sam detweiler commented Apr 24 '14, 7:56 a.m.

yeh, only took me 3 yrs to find it!..

Your answer


Register or to post your answer.