RTC and Build engines supported
Based on the RTC online help, my understanding is that RTC supports builds with Ant, but is also open to other build engines
Is there any specific support for Maven or other build engines ? Please advise and share any documentation available Thanks /JL |
One answer
There is not yet any specific support for other build engines. However, you
can use any build engine that can call out to ant (start an ant process). To give you an idea, look at the standalone example at: \jazz\buildsystem\buildtoolkit\examples\standalone This example is controlling build start, complete, etc. You can imagine whatever build tools you have can invoke ant with scriptlets for the same tasks as the example is using. Invoking these tasks will make the build "come alive" in RTC. In the coming weeks, I plan to provide either an article or blog post to illustrate this in more detail. Stay tuned to http://jazz.net/blog There are some work items related to possible specific Maven support: https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/45276 https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/40445 --- Ryan Manwiller Jazz Team Build |
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.