Creating Build Engines using SDK
One answer
Thanks to this forum we had create success in creating defects using the SDK.. thanks for that.
What about creating Build Engines using the SDK.. are there any examples of that?
Raphael,
one way to find out how to do that is:
1. Setup a dev environment with the SDK in Eclipse
2. From this environment, connect to a project
3. Open the build engine definition dialog and focus it
4. ALT-Shift-F1 on the window of the dialog
5. Look at the code, how it works.
That is what I would do to figure how the code works. I have no example, unfortunately, but I would assume it is possible to do that, since the RTC client does it.