Questions tagged [ibm-jazz]

IBM® Rational® Jazz® is a collaborative software development tool that helps teams to manage all aspects of their work

IBM® Rational® Jazz® is a new technology platform for collaborative software delivery. Uniquely attuned to global and distributed teams, Jazz is designed to transform how people work together to build software, making software delivery more collaborative, productive, and transparent. You can think of Jazz as an extensible framework that dynamically integrates and synchronizes people, processes, and assets associated with software development projects.

Jazz products are being built in a completely transparent manner on jazz.net. Jazz.net is our transparent development laboratory where you can see Jazz engineers utilizing a range of Jazz tools to build the next version of our products. Jazz.net is also the place where you can ask questions directly of the development community, submit defect and enhancement requests and track these requests through Jazz dashboards, and find out what we are planning for the next release. We invite you to join the community, download the latest software, and contribute your ideas.

The Jazz platform enables collaboration among business stakeholders, subject matter experts, and any one who plays a role in the successful delivery of software – not just software professionals. This represents a transformational leap in the value of software delivery teams because they can now make software a focal point for driving innovation across the enterprise.

See: http://www-01.ibm.com/software/rational/jazz/

110 questions
1
vote
2 answers

Has anyone tried to deploy artifacts to Rational Asset Manager

I am experimenting the use of Rational Asset Manager to store our binaries and/or build artifacts. I am running a mvn deploy command to deploy my build artifacts to RAM. Although it recognizes the connection its throwing me a Http status code: 500…
neophyte
  • 53
  • 5
1
vote
1 answer

How do I cleanup local RTC metadata

My current client is using RTC for a small number of projects built via Jenkins. I've noticed that there's a ~/.jazz-scm directory in the Jenkins user's home that fills up over time with a log file, e.g. ~/.jazz-scm/scratch/0/.metadata/.log …
RCross
  • 4,919
  • 4
  • 44
  • 42
1
vote
1 answer

Jazz scm, update sources

How to update sources using jazz scm. I used this command: lscm load -r "https://rtcserver.com" workspace And it downloaded whole repository into current directory. Unfortunately I don't know how to update sources when there is new code checked-in.…
J33nn
  • 3,034
  • 5
  • 30
  • 46
1
vote
1 answer

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 parent line, i need to merge that change into the…
maxmelbin
  • 2,045
  • 3
  • 21
  • 29
1
vote
1 answer

Error while delivering code in RTC

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/']…
Batman
  • 908
  • 4
  • 15
  • 32
1
vote
2 answers

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 location.[scm part] All Commit and Deliver actions when…
maxmelbin
  • 2,045
  • 3
  • 21
  • 29
1
vote
1 answer

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 located…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
2 answers

Why Rational Team Concert changes the files' last modified attribute?

I'm having some issues with the installation of Rational Team Concert on my server. The thing is that when I upload some changes to the server (any kind), it changes the last modified attribute of the file, but it shouldn't do it. Is there a way to…
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
0
votes
0 answers

I am facing an issue in using POST Request to a server

I am trying to send a file to the server using the Requests library in python. I have tried using the snippet from POSTMAN API. I am providing the program sample for reference. This is the `import requests import requests from requests.auth import…
dell rawal
  • 11
  • 5
0
votes
0 answers

Upload Attachment to a test artifact with RQM Url Utility (REST API)

I'm using RQM Url Utility for uploading an attachment to RQM 5.0. I've successfully uploaded it using the followinfg command: java -jar RQMUrlUtility.jar -command POST -user xx -password xx -filepath C:\xx.jpg -url…
dell rawal
  • 11
  • 5
0
votes
0 answers

Qt (6.3.1), C++ - How to send POST request over HTTPS

I'm trying to send a POST request to an HTTPS server (Jazz server) which expects a client certificate. In particular, this request concerns a login attempt to a Jazz server. I'm using Qt 6.3.1 and my project is developed in C++. I've tried many…
0
votes
0 answers

How to recieve a xml response from jazz server using qt?

I want to get a response from the server. I am making a rest api request using "Qt C++" framework. I am able to connect to the server but not able to get the response. The jazz server supports only xml format. I am a beginner in qt. .pro QT +=…
dell rawal
  • 11
  • 5
0
votes
1 answer

SVN and RTC Integration

I have a requirement integrate RTC(Jazz) and SVN(Subversion) inorder to link the svn commits to RTC workitems. Please share the process to be followed.
Nagendra Vummadi
  • 457
  • 1
  • 5
  • 12
0
votes
0 answers

SPARQL triple filter is not an exact match

I am using an IBM wrapper solution around SPARQL to get information from our database. I set a triple variable to act as a filter but it doesnt return an exact match, only a 'contains' match. More specifically, we are looking at requirements that…