Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

how to run RTC build on entire stream

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.


0 votes



One answer

Permanent link

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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 79
× 35

Question asked: Nov 10 '17, 1:20 a.m.

Question was seen: 4,627 times

Last updated: Nov 10 '17, 2:18 a.m.

Confirmation Cancel Confirm