rtc

How to hide a stream from particular users in RTC source control?

旧巷老猫 提交于 2019-12-23 01:53:03
问题 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. This team area contains the users that I just want to be able to view the stream. I'm using RTC version 3 回答1: Changing the owner of the Stream is usually the way I go about "hiding" a Stream. Instead of putting the project area or a team as owner of the Stream, I put myself. Putting, as you

Java eclipse : Importing jar file in eclipse plugin project

↘锁芯ラ 提交于 2019-12-22 13:13:21
问题 I made plugin project named DB2 . Its purpose is to connect to database and update its values every time I save workitem When I try to import db2jcc.jar file from my desktop it gives me error! Following is screen shot of error i encountered while importing: 回答1: Because miss the library jar in project. Then press right click on name project inside Window Package Explorer and you can do one about two step: So you have to go in Properties of you project and go to Java Build PAth Or Build Path -

Java eclipse : Importing jar file in eclipse plugin project

别来无恙 提交于 2019-12-22 13:12:10
问题 I made plugin project named DB2 . Its purpose is to connect to database and update its values every time I save workitem When I try to import db2jcc.jar file from my desktop it gives me error! Following is screen shot of error i encountered while importing: 回答1: Because miss the library jar in project. Then press right click on name project inside Window Package Explorer and you can do one about two step: So you have to go in Properties of you project and go to Java Build PAth Or Build Path -

How to merge two or more streams

时光总嘲笑我的痴心妄想 提交于 2019-12-21 04:50:51
问题 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 contain a merge of Stream1 & Stream2 Create a new repositroy workspace(called workspace1) from Stream3 Set flow target of workspace1 to Stream1 Within 'Pending Changes' all of the change sets which were available in Stream1 but not in Stream2 should now appear as change sets which can be delivered to

Getting filename, location and author of changed files using RTC source control

こ雲淡風輕ζ 提交于 2019-12-19 04:47:49
问题 I'm trying to access the filename, location and author of changed files for a given stream. Below code is what I have so far. Looking at the api documentation this does not seem possible? Can this be achieved using the java api or some other method ? IChangeSetSearchCriteria c = IChangeSetSearchCriteria.FACTORY.newInstance(); WorkspaceManager mgr = (WorkspaceManager) SCMPlatform.getWorkspaceManager(repo); IWorkspaceSearchCriteria criteria = IWorkspaceSearchCriteria.FACTORY.newInstance();

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

拟墨画扇 提交于 2019-12-13 18:18:30
问题 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 creating a sub-Stream to an existing Stream) Something like : Rename the current stream to dev-stream. Create a new stream prod-stream. Create new components to match components in ' dev-stream ' and add them to ' prod-stream ' I have a workspace

Groovy execute external RTC command with quotes in the command

余生长醉 提交于 2019-12-13 02:59:14
问题 I have an external command I am trying to run from Groovy. The command has quotes embedded in the command and I'm getting the following error: Caught: groovy.lang.MissingMethodException: No signature of method: java.lang.String.waitFor() is applicable for argument types: () values: [] I have tried escaping the quotes with backslashes, but that does not work either. Here is an example of the command: scm workspace add-components test-workspace -s test-stream "test1" "test2" -r url I have tried

Is there a method to get all the data in IBM Rational Team Concert

故事扮演 提交于 2019-12-12 09:16:43
问题 Now I want to use data warehouse technology to analysis RTC data. The first step is getting data from RTC , but I don't know how and what method used to get data from RTC. 回答1: RTC uses embedded data warehouse. You can write your own BIRT or Cognos reports there instead of using your own solutions. You can find more information on following jazz.net forum posts: https://jazz.net/forum/questions/67909/what-are-the-recommendations-for-birt-v-rrdi-reports https://jazz.net/forum/questions/62171

How to get workitem based on modified date and time using RTC Java API

懵懂的女人 提交于 2019-12-12 09:06:08
问题 I want to query RTC with modified date. My query is to check modified date is same as given date and time but the response that I am getting is based on given date and it is ignoring time. Response: Queried Date: 08/07/2015 15:44:09 Id: 2583 Modified date :2015-08-07 14:43:19.157 Id: 2582 Modified date :2015-08-07 14:43:19.419 Ideally, both the records should not be received in response as it is before given time. Below is my code: IQueryableAttributeFactory factory = QueryableAttributes

RTC source control files

本小妞迷上赌 提交于 2019-12-11 09:35:32
问题 I worked on a small project a while ago using Rational Team Concert eclipse. I got rid of it when I was finished the project. I remember we could go to the team view and open the browser to view our team tasks and user stories and files. I have been googling around for that login page so I can see my old project files again but haven't had any luck. Does anyone know where I can access my old project files stored on the source control server? 回答1: There are 3(!) "Team" view in an RTC client: