rational-team-concert

Ruby RestClient to access Rational Team Concert (RTC) REST

六眼飞鱼酱① 提交于 2021-02-08 08:45:22
问题 I want to use the Ruby gem RestClient to access records from Rational Team Concert (RTC) over REST URLs. I have done this successfully with other servers. When I use the REST URL in Chrome directly, I can get a record. However, when I use my Ruby code, I get back some page that includes a line: net.jazz.ajax._appPath = "/ccm0001001/auth/authrequired"; I've tried all sorts of ways to pass the credentials, but nothing seems to work. This is what I want to use: response = RestClient::Request.new

RTC Simple ID Query Results in 404?

我的未来我决定 提交于 2020-04-11 08:35:07
问题 I'm trying to simply "find" an RTC ticket by ID and it's telling me 404 not found. Maybe I'm supposed to be replacing _ggTXcJdTEeCznlnpJMXHdQ with something? Or jazz or oslc or contexts or the http://purl.org/dc/terms/? I have no idea what's placeholder or not and what I'm supposed to change to be specific to me from the docs. public static void GetTicket(string credentials) { string localhost = "my.host.com"; string WtId = "2494443" string item = "https://" + localhost + ":9443/jazz/oslc

HAL_SetDate sets the year to wrong value

醉酒当歌 提交于 2020-01-01 07:01:05
问题 I'm using STM32F030RCT6 with CubeMX. Device is a datalogger and RTC is the main thing that cannot fail. On Errata Sheet there is something about RTC Shadow Register. I configured CubeMX to not generate MX_RTC_Init() function and it has been working normally so far. (I'm using LSE) I need to update the time/date from GSM time but when I set the year to 18 with HAL_SetDate() and after a small delay I read with HAL_GetDate() , sDate.Year gave me 20 . Apart from Year , the other values are

Error while delivering code in RTC

喜欢而已 提交于 2019-12-23 01:37:10
问题 I m setting up RTC on Ubuntu 12.10 64 bit. My RTC and JDK7 are also 64 bit versions. Whenever I try to deliver code using RTC I get an error: Error logged from Process Client UI: No more handles [MOZILLA_FIVE_HOME='/opt/xulrunner/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /opt/IBM/TeamConcert/configuration/org.eclipse.osgi/bundles/613/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory) swt-mozilla-gtk (Not

Error while delivering code in RTC

我是研究僧i 提交于 2019-12-23 01:37:06
问题 I m setting up RTC on Ubuntu 12.10 64 bit. My RTC and JDK7 are also 64 bit versions. Whenever I try to deliver code using RTC I get an error: Error logged from Process Client UI: No more handles [MOZILLA_FIVE_HOME='/opt/xulrunner/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /opt/IBM/TeamConcert/configuration/org.eclipse.osgi/bundles/613/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory) swt-mozilla-gtk (Not

How to discard the change set once delivered in RTC

孤街醉人 提交于 2019-12-07 12:03:10
问题 I accidentally delivered the change set which include some additional config files having local system specific configuration in RTC. Is there any way to discard those changes once delivered? I mean the changes should not be come as incoming changes to other team members. Please provide any pointer if you have. 回答1: Is there any way to discard those changes once delivered? Not exactly: once delivered, that change set will come to the other team members as incoming. There are two solutions:

How to download a file from IBM Jazz revision control server using ant task?

筅森魡賤 提交于 2019-12-06 06:02:54
I am very new to IBM Jazz, i have downloaded RTC-BuildSystem-Toolkit which includes eclipse plugin and ant build task definitions. My question is how to download/fetch a file from Jazz server? Do i have to use teamFetch anttask? <teamFetch repositoryAddress="https://dev.1-gateway.org/ccm/" userId="u12345" password="p12345" workspaceName="??" buildResultUUID="??" destination="??" verbose="true" /> Instead of Teamfetch , I would rather try the (non-ant) command scm load , which is the command-line equivalent of the GUI action: Right-click on the component of the repository workspace -> context

How to discard the change set once delivered in RTC

旧时模样 提交于 2019-12-05 19:51:58
I accidentally delivered the change set which include some additional config files having local system specific configuration in RTC. Is there any way to discard those changes once delivered? I mean the changes should not be come as incoming changes to other team members. Please provide any pointer if you have. VonC Is there any way to discard those changes once delivered? Not exactly: once delivered, that change set will come to the other team members as incoming. There are two solutions: revert the stream configuration to a state previous to your deliver. That is easy only if you are