It's all about the answers!

Ask a question

how to run RTC build on entire stream


vikrant kamble (1323196) | asked Nov 10 '17, 1:20 a.m.
edited Nov 10 '17, 1:21 a.m.

I am going through RTC build and following this link - https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.concert.tutorial.doc/topics/tut_rtc_build.html&scope=null

In the link I understand we gererate build.xml for particular project inside rtc component and run build for it. I want to run rtc build for entire stream. How do i run the build for stream if it has multiple components inside it. Also how do I run rtc build for multiple java projects inside single component.


One answer



permanent link
Ralph Schoon (63.1k33646) | answered Nov 10 '17, 2:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Nov 10 '17, 2:18 a.m.

The build XML does not have to be limited to content in one component. Ultimately all you need is to load the build coordination information e.g. build.xml or make file or whatever and the other SCM content. Once that is done the Build automation is called to act on the loaded data.

Loading is basically like loading a local repository workspace (but on an remote machine) and given a specific structure you use to load, call the loaded build files.

Set up a test system and follow https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ to set up the Money That Matters /JKE Banking example and have a look at the build example that is included.

Maybe follow https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/ and the referenced posts for some example based on JKE

Your answer


Register or to post 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.