Questions tagged [rtc]

IBM Rational Team Concert is a software development team collaboration tool that integrates work item tracking, source control management, continuous builds, iteration planning, and highly configurable process support.

IBM Rational Team Concert is a software development team collaboration tool developed by the Rational brand of IBM and was first released in 2008.

The software is available in both client versions and a Web version. It provides software development teams with a collaborative environment in which they can manage all aspects of their work, such as plans, tasks, revision control, build management, and reports. It is highly configurable and adapts to the way the team want to work, enabling developers, architects, project managers, and project owners to work together effectively.

IBM Rational Team Concert is built on the Jazz Platform, an extensible technology platform that helps teams integrate tasks across the software life cycle.

Current version is 6.0.2 and was released in April 2016.

427 questions
1
vote
1 answer

When to use command line client in RTC source control?

Is there any functionality that can be achieved using the command line that is not available using the RTC Eclipse plugin ? Some users have a natural preference for command line over gui based operations but is there any real advantage using the…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

"Unexpected line" exception when using component load rules for RTC Jazz build engine

I have a component named MyComponent with the following folder structure in RTC: /MyProject /MyProject/TestFile.txt /MyProject/Folder1 /MyProject/Folder1/loadrules.txt /MyProject/Folder1/TestFile2.txt And this is what I have in my loadrules.txt…
holic87
  • 791
  • 2
  • 17
  • 29
1
vote
1 answer

Using Rational Team Concert for requirement and test management

We are a small team and we need an ALM solution for our ongoing development. We heard that RTC can provide a basic requirement management, test plans and test execution management (besides source control and change management). Do you think it's…
Tamir Gefen
  • 1,128
  • 2
  • 18
  • 35
1
vote
2 answers

Use TFSBuild.proj with RTC?

I'm currently trying to migrate an application from Microsoft's TFS to IBM's Rational Team Concert (RTC). The application is currently being built using MSBuild through TeamBuild in TFS with the TFSBuild.proj file. I'm wondering if it's possible to…
holic87
  • 791
  • 2
  • 17
  • 29
1
vote
2 answers

Rational Team Concert and .Net development - Managing Binaries

We're currently on a company-wide project that will replace IBM ClearCase 7.0.1 with IBM Rational Team Concert 3.0. We mostly use Microsoft .NET platform. I'm satisfied with RTC source control capabilities, but I'm wondering how to manage binaries…
Marcos Brigante
  • 974
  • 9
  • 25
1
vote
1 answer

Change name of component

To create a new dev stream from an existing stream, I first created a snapshot of the existing stream and from this snapshot I created a new prod stream. (similar to a ClearCase UCM rebase of a baseline from a parent Stream to a child Stream) All…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

How to create a new branch which contains source of another branch - rtc source control

I have a stream which contains multiple components. I want to break this stream into a development and a production stream (a bit like the ClearCase UCM Integration and Development Streams) . How do I accomplish this ? (In ClearCase, it was about…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Trouble installing Rational Team Concert Eclipse client

I'm having trouble installing the Rational Team Concert 4.0 Eclipse client onto my existing Eclipse installation. My Eclipse installation is Eclipse Java EE IDE for Web Developers, Indigo Service Release 2. When I try to install the RTC client into…
bgh
  • 1,986
  • 1
  • 27
  • 36
1
vote
1 answer

Modifying existing components within stream

I have a component with multiple top level folders which correspond to jar files. Is it bad practice to add new top level folders to this component ( which correspond to new jar files) ? Or should I be adding new components once a component has been…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Creating multiple branches/streams in RTC source control

What is the standard method of creating multiple streams of development of the same project in RTC source control? Currently to create a single stream I create a repository workspace & its corresponding stream. I check in the project to the…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

How to build change sets from a stream - RTC source control

The workspace in diagram below flows to a stream. I've added a build definition which builds from this workspace. If I deliver change sets from a different workspace to the stream in diagram should these change sets be built when I perform a build…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
2 answers

My Eclipse environment doesn't browse my project

I'm using RTC and Eclipse Helios. I have a project loaded in my workspace, I can browse it manually just fine, but I can't use the [Ctrl]+[Shift]+T (open type) feature. I recently deleted a clone project, loaded into another RTC workspace. It might…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
1
vote
1 answer

Is it possible to enable a post build option on a stream - RTC source control?

I've setup the following to prevent developers from delivering to a stream if the changes being delivered break the build : I've added a stream which uses the 'Post-Build Deliver' to deliver changes to a separate stream. On the build definition I…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Rule to ensure developer runs private build & it compiles prior to delivering - RTC source control

Before a developer delivers any code to a change set is it possible to ensure the developer runs a private build and if the build fails the developer will be unable to deliver the change set to the stream. Something similar to how if there are…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Importing a project from clearcase source control to RTC source control

I'm attempting to import a clearcase project into rtc source control and I'm following this tutorial : https://jazz.net/library/article/50 Is this tutorial sufficient ? When code is checked into clearcase will it also be checked into rtc source…
blue-sky
  • 51,962
  • 152
  • 427
  • 752