Build Engine missing
I am trying to develop the RTC plugin following below pdf
IBM Rational Team Concert 7.x Extensibility
Everything was running smooth till lab activity 6.8 but when I tried implementing 6.9 Test the Deployed RTC Eclipse client extension
page number 212 while creating build definition i received following error
"The newly created build definition has no supporting build engine". Even though I selected the "Ant -Jazz Build Engine".
What can be the cause, how can I resolve this?
"The newly created build definition has no supporting build engine". Even though I selected the "Ant -Jazz Build Engine".
What can be the cause, how can I resolve this?
2 answers
Have you actually set up a build engine and registered it with the EWM server?
Setting up builds is a three step process
- you first set up and configure a build engine of some type. This can be an external system like Jenkins with the ELM support loaded, or it can be the EWM Build Engine that you download from this site
- you then register the engine in EWM and connect to it, making sure that EWM can see the engine and get its status
- you then set up build definitions and select which engines are able to execute a build based on this definition
It sounds like you may have missed step one and/or two