Welcome to the Jazz Community Forum
Cannot locate com.ibm.team.build.engine.buildEngineParticipa

I'm trying to create a new Build Def & engine using the available extensions
I have a
com.ibm.team.build.common.buildConfigurationElements and
com.ibm.team.build.common.buildDefinitionTemplates (with know elements
overview, properties, schedule)
But I cannot get other elements to appear like email, or my own.
When I do add the email element to my template my template no longer shows in the list. I assume because it cannot resolve it for some reason
I found when I try to add a participant extension it cannot find it in nor is it listed as a possible extension to add. I have add all the build pkgs that are listed and still it cannot find the extension.
<extension>
Can anyone tell me what I need to do to get these elements to show in the Build Def Additional Configuration panel and thus the tab created for it after finish.
I have followed the few posts and RTC doc on this to no avail.
I have a
com.ibm.team.build.common.buildConfigurationElements and
com.ibm.team.build.common.buildDefinitionTemplates (with know elements
overview, properties, schedule)
But I cannot get other elements to appear like email, or my own.
When I do add the email element to my template my template no longer shows in the list. I assume because it cannot resolve it for some reason
I found when I try to add a participant extension it cannot find it in nor is it listed as a possible extension to add. I have add all the build pkgs that are listed and still it cannot find the extension.
<extension>
Can anyone tell me what I need to do to get these elements to show in the Build Def Additional Configuration panel and thus the tab created for it after finish.
I have followed the few posts and RTC doc on this to no avail.
3 answers

I'm trying to create a new Build Def & engine
Hi Steven, these links might help solve your problem. Please take a read and if you still have problems comment again in this thread.
This Forum topic discusses how to create a custom pre-build participant:
http://jazz.net/forums/viewtopic.php?t=6568&start=0
The Main Build Wiki site:
https://jazz.net/wiki/bin/view/Main/BuildMain
Some Build Design Info such as extension points, etc.
https://jazz.net/wiki/bin/view/Main/BuildDesignInfo

I'm trying to create a new Build Def & engine
Hi Steven, these links might help solve your problem. Please take a read and if you still have problems comment again in this thread.
This Forum topic discusses how to create a custom pre-build participant:
http://jazz.net/forums/viewtopic.php?t=6568&start=0
The Main Build Wiki site:
https://jazz.net/wiki/bin/view/Main/BuildMain
Some Build Design Info such as extension points, etc.
https://jazz.net/wiki/bin/view/Main/BuildDesignInfo
David, thanks, but I already been through those references. The BuildDesignInfo is what lists the extension com.ibm.team.build.engine.buildEngineParticipants
which can't be found.
Any other suggestions?

I'm trying to create a new Build Def & engine
Hi Steven, these links might help solve your problem. Please take a read and if you still have problems comment again in this thread.
This Forum topic discusses how to create a custom pre-build participant:
http://jazz.net/forums/viewtopic.php?t=6568&start=0
The Main Build Wiki site:
https://jazz.net/wiki/bin/view/Main/BuildMain
Some Build Design Info such as extension points, etc.
https://jazz.net/wiki/bin/view/Main/BuildDesignInfo
David, thanks, but I already been through those references. The BuildDesignInfo is what lists the extension com.ibm.team.build.engine.buildEngineParticipants
which can't be found.
Any other suggestions?
I added the rtc sdk to my target platform and then I was able to add the build engine dependencies and extensions