Questions tagged [rational-team-concert]

Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Built on Jazz, Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Product information:

198 questions
1
vote
0 answers

Monitor API hits queries on a RTC server and kill them after a timeout

I'm using RTC plain java library to make an API call to the Jazz server to fetch components, projects, etc. Is there any way to monitor the database queries triggered on the server-side either through UI or by using any tool and kill them after a…
1
vote
1 answer

Why is syntax highlighting enabled in some header files and not others?

What setting causes Eclipse/RTC to provide syntax highlighting for a given file? Using IBM's RTC, considering two .hpp files in the same directory, one has syntax highlighting and the other is black and white text. I can copy the contents of the…
user2725742
  • 398
  • 2
  • 12
1
vote
0 answers

Can jenkins run two plugins that extend RtcExtensionProvider?

I have two plugins and both are extends RtcExtensionProvider. Let's call plugin A and plugin B. When only one of those plugin is installed into jenkins server, it run normally. But if I install both of them, only plugin A is run, plugin B is disable…
1
vote
0 answers

Post commit deliver hook for RTC

I have a working Jenkins setup that can pull source code from RTC (Jazz server) and build etc. I can run this Jenkins job on demand or schedule to run at a random interval. However, now I am exploring as to how I can run this job only on detecting a…
1
vote
0 answers

RTC Jenkins - Load & Build Options

I have a query relating to Jenkins loading : Let’s assume build has already happened for one of the repository workspace. Now the developer will make a change in specific component and give a build again. Is there a way in Jenkins to…
1
vote
0 answers

How to disable Eclipse derived markers

Is there any way to disable the derived markers on generated java files or allow to checkin such files in Eclipse with Rational Team Concert?
D051P0
  • 398
  • 5
  • 17
1
vote
1 answer

How to disable derived flag on generated source code from Mapstruct and how to generate Mapstruct classes only on local PC and not on build server?

First question: Mapstruct generates code to target annotation folder which has a marker "derived". This is ignored by RTC so I'm unable to check in the generated code (don't ask me why I want to do this - I need it). Is there any chance to disable…
D051P0
  • 398
  • 5
  • 17
1
vote
0 answers

RTC to Git Migration issue

My stream has nine components. Every time the same components are not migrated. Although the migration says it is completed successfully, I can start contributing to the repo created. When I run migration for specific component, it runs…
1
vote
0 answers

RTC: Jenkins checks out component as its sub dirs instead of one whole directory

The component used to be checked out by Jenkins as a whole dir. Don't know why it starts to check it out as separate subdirs. For example: it should've checked out the componnet as: /com (it has sub dirs like /src, /include, etc) instead, it…
Henry
  • 2,819
  • 3
  • 18
  • 33
1
vote
1 answer

RTC: workspace got reverted every time its associated Jenkins build gets kicked off

RTC version: 6.0.4 Jenkins version: 2.150.1 What is happening: We have a workspace that is specifically for Jenkins Integration Build only. New components have been added to this workspace. The Jenkins build will be kicked off by either human or…
Henry
  • 2,819
  • 3
  • 18
  • 33
1
vote
0 answers

TURN server not added in libjingle_peerconnection library

Iam using libjingle_peerconnection library for webrtc connection, this is the init of rtc connection, i works for the same network, not for other networks what i need to do for turn server to work??? func initalizeWebRTC() -> Void { …
1
vote
2 answers

Is there a way to ignore temporary folders in RTC client?

I have temporary files created in separate folders inside my source tree which I would like to ignore. Something like: project/ |--component/ |--.jazzignore |--file.src |--file-9df29e29373e66caef72/ |--file.src.tmp I…
Dmitry Grigoryev
  • 3,156
  • 1
  • 25
  • 53
1
vote
2 answers

RTC Post build delivery gets statusCode=400 error on Jenkins

The build definition is set to have Post-build Delivery when it builds successfully. Build engine is Jenkins and I got following error from Jenkins' console output (when build succeeds. It won't trigger post build deliver when build fails): 10:15:06…
Henry
  • 2,819
  • 3
  • 18
  • 33
1
vote
1 answer

Git hook equivalent in RTC SCM

We have Gitlab configured like following: If anyone pushes their code, first sever side git hook (pre-receive) will trigger SonarQube Quality checks, if any error in code it rejects that push. Also checks for file types, if some files like .zip, .o…
1
vote
1 answer

Make Eclipse RTC acknowledge file merges done outside Eclipse

I'm using the Eclipse plugin for Rational Team Concert (RTC) and would like to use IntelliJ IDEA as my merge tool for resolving conflicts in incoming changes. I've already set Eclipse to use IntelliJ as its external compare tool: When I open files…
SOLO
  • 868
  • 9
  • 19