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.
1
vote
0answers
13 views
Google App Engine. Channel API. The provided token is invalid.
I've been trying to make an application for calling browser to browser using WebRTC. I wrote a simple servlet for creating channel:
PrefClubChannelServletServlet extends HttpServlet {
public ...
1
vote
1answer
12 views
RTC : How to handle variants at the component level
i am trying to work out a method to have component level variants in RTC.
Requirement is that there should be say at least two lines of development for the component. If there is an bug-fix on the ...
1
vote
2answers
28 views
Setting “Discussion” attribute of RTC Work Item
I am trying to set the value of "Discussion" at work item pragmatically.
I managed to set the "Description" attribute but when I tried to set the Discussion I got null pointer exception :
...
1
vote
1answer
41 views
Microsoft UCMA: Strings Not Being Garbage Collected
I am running a memory profiler on my UCMA application which works as a client that adds recorder participants to a session and I notice a lot of string instances eating up memory (even when ...
1
vote
1answer
12 views
Why is 'Components' tree structure empty - RTC source control
In RTC source control when I expand the Team Area I have this view :
I can see the stream and its components. What decides if components should appear in Components folder ? As can be seen in ...
1
vote
1answer
13 views
How to hide a build in RTC?
How can I hide a build definition in RTC ?
I can change the 'Project or Team Area' of a build to a specified team that contain the just the developers. Should this action hide the build definition ...
1
vote
1answer
23 views
How to hide a stream from particular users in RTC source control?
How can I hide particular streams from particular team members which are in same Project Area / Team ?
It seems the only way to achieve this is to change the visibility on the stream to a team area. ...
1
vote
1answer
19 views
Report to see finish date of a plan
Assuming that we have a plan with all workitems properly estimated with story points. And we have a known team velocity.
Using that information, I want to be able to get an overview of when all ...
1
vote
1answer
18 views
is RTC proxy server only read only?
in RTC, for Global Software development scenario, there is the concept of cached proxies.
as i understand, it is only a read only proxy which will help while loading a component in the remote ...
1
vote
2answers
18 views
Return change set from Outgoing to Unresolved
I checked-in some changes by mistake. Now the changes are in the outgoing changes, but I don't want them to deliver. How can I return them back to the unresolved? If I discard them they vanished from ...
1
vote
1answer
16 views
Deploying extensions plugin version 4.0 in RTC server 3.0.13
I have developed a rtc extension plugin using rtc server version 4.0.
Is it possible to deploy this plugin in RTC server version 3.0.13?
0
votes
1answer
303 views
Accessing RTC(DS1307) through I2C in ATmega16
I have written a code to access RTC(DS1307) through I2C using ATmega16 and I am using compiler AVR Studio 4.
Code is given below:-
#include<avr/io.h>
#include<util/delay.h>
#define F_CPU ...
1
vote
2answers
39 views
Rational Team Concert: Setting Operation Behavior only for one stream in a project area.
I've a scenario where there are several streams inside the Project and I have to restrict deliveries to a particular stream(just a maintenance stream,not an integration stream).
Precondition("Work ...
2
votes
1answer
17 views
Scoping a flow target of repository workspace in RTC Command line Interface
I have a repository workspace which has a default flow target. I want to edit the flow target and make it scoped only for few components. This is possible from RTC Eclipse Client. How can I achieve ...
1
vote
1answer
49 views
How to get the JavaFx WebEngine to report errors in detail?
In JavaFx I can attach a listener to the load worker for a webEngine like this:
webEngine.getLoadWorker().stateProperty().addListener(
new ChangeListener<Worker.State>() {
public ...
1
vote
1answer
20 views
deleting a file from RTC in command line
in my sandbox, there is a new file, a file changed and a file deleted.
if i run "lscm checkin ." from the root this is taken care.
But i was wondering, if i want to handle it one by one, ie run lscm ...
1
vote
1answer
22 views
How do I get code that exists on my box into source control using RTC jazz
Basically I somehow got out of sync somewhere. We were using VS 2010 with RTC 3.0. We cannot upgrade to RTC 4.0 until it gets approved and goes through the bureaucratic red tape. I edited my project ...
0
votes
1answer
35 views
Get the Component name from Changeset
I have a Component associated to changeset.
Now I need to get the Component name from the changeset not the .getItemId()
I have managed to fetch the IComponentHandle object.
I have been searching ...
1
vote
1answer
141 views
Get Stream from ProjectArea using RTC API 4
Hello I have been trying to get the stream name using projectArea.
I have the following parameter:
Repository
IFileItem
WorkItem and its ChangeSets
Is it possible to get it.
Thanks in advance.
...
1
vote
1answer
38 views
Fetch the the path of a file at changeset without using the workspace
I am searching for a .txt file that is located at change set.
Then I need to create locally over my pc the full path directory of this file.
For example if there a file called"test.txt" that it's ...
2
votes
1answer
111 views
Get the full path of a file at change set
I am searching for a .txt file that is located at change set.
Then I need to create locally over my pc the full path directory of this file.
For example if there a file called"test.txt" that it's ...
0
votes
0answers
9 views
RTC routine serial
I am developing a routine to be implemented in a more complex logger system.
The idea is to load data from the serial port and use the '/' to terminate data insercion.
For now this part is OK, it ...
2
votes
2answers
78 views
IBM Rational Tem COncert - how to use scm.exe to compare projects
We have recently moved from Harvest to Rational Team Concert (RTC).
We have numerous complaints, but let's not dwell on them.
I need to know how to do the following:
In my workspace C:\ws I have ...
1
vote
1answer
36 views
How can I access previous checked in versions of workspace repositroy?
How can I access previous checked in versions of workspace repository?
I just seem to be able to compare against the latest changes sets delivered to the stream. Can I also view/compare previous ...
1
vote
1answer
19 views
Integration of GHS MULTI with Rational Team Concert
I am planning to use IBM RTC for configuration management, for work in GHS MULTI environment. WE are moving to RTC from ClearCase. Is there a ready solution for such integration? Do we need some ...
1
vote
2answers
78 views
Why does creating a snapshot also create a new baseline?
I created a new snapshot of a stream. As a result of this one of the components of the stream now has a new baseline. This new baseline has same name as newly created snapshot. Why did this occur ?
1
vote
2answers
79 views
How To Delete File From RTC Changeset Using CLI
I'm using the RTC 3.0.1 CLI (lscm) and I have a file checked into a changeset that I would like to delete. There doesn't appear to be a straightforward way to do this, any idea?
0
votes
2answers
53 views
In RTC source control should streams be deleted
Given RTC streams are the 'branch' equivalent should you allow them to be deleted after they are no longer actively used (preserving any snapshots by moving them to another stream)?
My current ...
1
vote
1answer
49 views
Once I create a change set can I update the files in change set?
I changed some files and created a new change set based on those changes. I did not deliver this change set. I have since updated the files that were contained in the original change set. These ...
2
votes
1answer
54 views
Lightweight Eclipseplugin for RTC
IBM has this big 200+ Mb Eclipse plugin where I'm given access to everything and all functionality of Eclipse.
Is there a smaller more lightweight Eclipse plugin available that just gives access to ...
0
votes
0answers
216 views
remote video shows a black screen in webrtc
For about a week i am pulling out my hair i am trying to create a web rtc video chat application
my caller.html looks like http://jsfiddle.net/drr9h/
and my callee.html looks like ...
1
vote
1answer
18 views
Are some options missing from my team area view?
When I open my 'Team Area' in rtc I just have 'Overview' & 'Links' tabs :
But reading accepted answer for this question :
Restrict user access at component level within a stream
there are ...
1
vote
1answer
36 views
Restricting developers to deliver to stream based on team - good practice?
Reading an earlier question I asked about restricting developers from delivering to a stream :
Stop changes being delivered to a stream - RTC source control
I think a solution to this is to create ...
1
vote
1answer
29 views
How to find hidden change sets
This question is linked to :
Why can't all change sets be found when accepting change sets?
If RTC discovers that by accepting a change set some of the change sets which depend on this change ...
1
vote
1answer
36 views
Why can't all change sets be found when accepting change sets?
Occasionally when I am accepting I change set I receive the following message :
To resolve this I apply the changes as a patch and then 'Merge into workspace' the changes
Why cannot all of the ...
1
vote
2answers
103 views
Rational Team Concert: Team Area users to have access to a different project
We've got several projects in RTC for both source code and planning/bug tracking. Sometimes, the projects depend on each other and we would like to link the work items between the projects. However, ...
0
votes
0answers
59 views
The Technologies for Real-time/MediaStreaming Audio/Video Communication Between the Browser Client and Server using JavaScript/C++ [closed]
I'm trying to find the BEST solution to solve the problems for Real-time/MediaStreaming between the client and server using JavaScript/C++ (Without any browser plugins, such as Flash/Siverlight).
I ...
1
vote
1answer
149 views
Why RTC_WAKEUP doesn't work?
public void runSound(){
Intent it = new Intent(Values.TAG_EXECUTE_ALARM);
PendingIntent pendIntent = PendingIntent.getBroadcast(this, 0, it, 0);
Calendar calendar = ...
1
vote
1answer
41 views
Why does RTC source control attempt to force me to deliver change sets?
When checking in & delivering files I receive this message :
I do not want to deliver other change sets as part of this delivery of files ? Is there a reason RTC source control does this, how ...
2
votes
2answers
54 views
How to restore a locally deleted file in RTC source control
I deleted a file & package from my local source dir and I'm trying to replace it using RTC. When I view 'pending changes' the file is not appearing so as to add it again. Also when I right click ...
1
vote
1answer
209 views
How to merge two or more streams
If I have two streams(called Stream1, Stream2) of development and I want to merge these two streams into one stream.
This is currently how I do it :
Create a new Stream - Stream3. Stream 3 will ...
1
vote
1answer
63 views
How to fix error 'another rcp application is running in this sandbox'
When I attempt to run an 'scm load' I receive this error :
another rcp application is running in this sandbox file locked at file
c:\workspaces\myworkspace
How can this error be fixed ?
I've ...
1
vote
2answers
48 views
Updates via RTC scm not being recognised by RTC Eclipse plugin
I have a script which :
Loads an rtc workspace
Checks in a file to the workspace
The checked in file is not being reflected within 'pending changes'. Is there a hook I need to configure (or some ...
1
vote
1answer
55 views
What is the difference between the two deliver options in 'Operation Behaviour' in RTC?
At 'Project Area' level on RTC under 'Team Configuration' -> 'Operation Behaviour' there are two deliver options :
What is the differnence between the two ? Are they both not delivering to the ...
1
vote
1answer
52 views
How to hide password from view when using 'scm login'
How can the password be hidden when using the 'scm login' command as described at http://pic.dhe.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fc_scm_cli.html
I'm ...
1
vote
1answer
47 views
How to add a changeset comment as part of script
When creating a changeset I receive an ID which I can then use to assign a changeset comment :
scm create changeset
scm changeset comment <id_returned_by_create> my comment
When creating a ...
3
votes
1answer
151 views
How to Stop rational team concert (RTC) changing file text encoding?
I need to integrate some source code from ClearCase(CC) to RTC, but some how some xml files were changed after checked into RTC. These files contains the same content with the original ones from CC, ...
1
vote
1answer
63 views
Checking in multiple files and associating same comment to single change set
Reading this doc http://pic.dhe.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html I check in a file using the command :
scm checkin myfile.txt
I need to ...
1
vote
1answer
88 views
How to load snapshot components into workspace
I'm adding a snapshot of a stream to a repository workspace.
How do I load the snapshot components into the repository ?
Currently I just have the repository workspace with the snapshot, but the ...
1
vote
1answer
162 views
How to create a repository workspace which contains all of the components of a stream using scm tool?
I'm attempting to automate the updating of a file in a stream using 'scm'
Here is how I think it should work :
Login to the repository as current user (me)
Create a new repository workspace which ...
