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

RTC properties to use in ANT XML build script

Is there a document that lists all the RTC properties that are available for me to use in my ANT XML build script for RTC Version 3.0?

0 votes



6 answers

Permanent link
Hi Ramona,

yes. The official documentation for RTC 3.0 lists both the build properties you can use and the build ant tasks available.

- Arne

0 votes


Permanent link
Thanks Arne. I was able to use the buildLabel - that's very helpful.

I've been told that we can't use the Build Toolkit if unless our applications are Java 1.6 or higher. Have you used the build ant tasks to build applications that are not at Java 1.6 yet?

Ramona

0 votes


Permanent link
Hi Ramona,

the build toolkit is used for any kind of RTC build, to communicate between the build process and the build result object. The build toolkit happens to be ANT based but the software being build does not have to be Java and the build process itself also does not have to be ANT based. In fact, you can build C#, Cobol or RPG sources from Rational Team Concert, also interacting with the build object by means of the build toolkit.
RTC supports
* IBM Java SDK 6.0 SR6 +
* IBM Java SDK 5.0 SR11 +
* Sun Java JRE 1.6 Update 17 +
* Sun Java JRE 1.5 Update 16 +
(see system requirements) which means you need one of these for the build toolkit to run, or to start the build engine. The actual build of your software is a different story - it will start whatever you have specified in the build definition and require whatever that requires.

- Arne

0 votes


Permanent link
Hi Arne,

That's excellent news! I will install the RTC Build Toolkit today and try it out.

thank you, Ramona

0 votes


Permanent link
Hi Ramona,

Be sure to take a look at the build examples on the jazz.net wiki. They are a good introduction to the topic.

- Arne

0 votes


Permanent link
Hi Arne,

I don't know if you're still there.

My next question is more complex.

In our old CVS world, we tag a version of our application and use that tag to load the workspace and build for each environment - development, system test, UAT, production and training.

We have a home grown CVS build server that allows us just to choose the tag and the environment(s) and perform the build with the click of a button. We are a small group and we don't have a build manager. We each do our own builds and the CVS tag is key to controlling what is delivered ( along with some sensible precautions).

I know that with RTC the approach may need to be different. I was hoping there would be some way to tell my build definition/ant file which snapshot or baseline to load into the workspace prior to a build.

Is there a way to do that, or do I need to change my paradigm?

thanks for all your help, Ramona

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

Question asked: Aug 15 '11, 5:22 p.m.

Question was seen: 6,429 times

Last updated: Aug 15 '11, 5:22 p.m.

Confirmation Cancel Confirm