Tagged Questions
IBM Rational family of products, including Rational Team Concert (RTC), Rational Quality Manager (RQM), ClearCase, ClearQuest, Rational Function Tester, Rational Application Developer (RAD), Rational Software Architect (RSA).
39
votes
20answers
9k views
Best way to represent a fraction in Java?
I'm trying to work with fractions in Java.
I want to implement arithmetic functions. For this, I will first require a way to normalize the functions. I know I can't add 1/6 and 1/2 until I have a ...
35
votes
8answers
2k views
The “guess the number” game for arbitrary rational numbers?
I once got the following as an interview question:
I'm thinking of a positive integer n. Come up with an algorithm that can guess it in O(lg n) queries. Each query is a number of your choosing, ...
11
votes
9answers
5k views
Has anyone used Rational Team Concert (RTC)?
The company I work for is currently evaluating replacements for SourceSafe, and for various reasons, I think RTC will be chosen. I'm a little scared that we're going to end up with a solution that ...
5
votes
5answers
1k views
Are there any alternatives to Rational Team Concert at the moment?
we are a team of about 100 developers working in an iterative development style. We are looking for a solution that will allow us to aggregate all development artifacts in one collaborative ...
4
votes
1answer
155 views
Is there an implementation of _rational_ interval arithmetic in Python?
Is there an implementation of rational interval arithmetic in Python? This uses floats, not rationals.
If not, is there any implementation of rationals in Python that includes ±∞ ?
3
votes
2answers
266 views
Rational Team Concert 3.0: Is there a way to check-in changes in multiple components at once (with the same comment)?
I maintain build files in our project and I often need to make related changes in projects spread to multiple components. Currently, I check-in (using Eclipse plugin) each component separately, ...
3
votes
3answers
100 views
finding a rational number with a property
I have to write a program to find a rational number that has a property. I wrote the code to check the property, but now I don't know how to check all rational numbers. I tried with
float rat;
for ...
3
votes
1answer
89 views
Haskell Text.Json package can read but not write Rationals?
When I try to decode a JSON file with a floating point number, the Text.JSON package gives me the number as a JSRational. So, I can do a readJSON on a JSRational. However, I can't write rational ...
3
votes
4answers
304 views
Is there anyone out there using Clear Case with Sybase Powerbuilder?
Word has come from upon high to standardize our SCM system. And upon the clay tablets was written Clear Case.
I am reaching out to anyone who is actually using this configuration - to get best ...
3
votes
3answers
3k views
Rational Functional Tester wait for object existence
I'm currently modifying a Java script in Rational Functional Tester and I'm trying to tell RFT to wait for an object with a specified set of properties to appear. Specifically, I want to wait until a ...
2
votes
3answers
77 views
Regular Expression to search for the “Not Existence” of a pattern at the end of a URL
I am writing a Rational Functional Testing (RFT) script using Java language where I am trying to create an object in my object map with a regular expression not to match a certain pattern.
The URL ...
2
votes
4answers
80 views
Why can this constructor declared with two parameters be called with just one?
I watched my lecturer's video from my university and he says about the Rational class that its constructor goes like this:
Rational (int top=0 , int bottom=1)
: t(top) , b(bottom) {normalize();}
...
2
votes
1answer
282 views
Eclipse Clearcase plugin: Error making file(s) writable
I'm trying to use Rational SCM Adapter 7.5 on Eclipse 3.5 on a Linux machine.
The plugin installation was successful and the clearcase menus all appear correctly.
But, I'm unable to checkout the ...
2
votes
2answers
369 views
Is there any way to connect to Rational Team Concert with Perl?
I'm using a Perl environment and trying to connect to a Rational Team Concert server to manage items and files. Right now the only alternative I have seen is a java pseudo API to connect to their ...
2
votes
2answers
299 views
problem with Double and Rational Number
I am writing a function in which I need to read a string contains floating point number and turn it back to Rational. But When I do toRational (read input :: Double), it will not turn for eg: 0.9 into ...
2
votes
5answers
376 views
How best to represent rational numbers in SQL Server?
I'm working with data that is natively supplied as rational numbers. I have a slick generic C# class which beautifully represents this data in C# and allows conversion to many other forms. ...
2
votes
2answers
8k views
Problems occurred when invoking code from plug-in: “org.eclipse.jface” when using Checkstyle Plugin
I am trying to use the eclipse-cs plugin on Rational Software Architect 7.0.0.4.
I recently uninstalled the older beta2 version and installed beta3. The plug-in itself works as was previously ...
1
vote
1answer
69 views
Why can't I see new features in my Eclipse update site?
In a nutshell: I've updated some features in my Eclipse update site, but the new versions are not showing, only the existing (installed) ones are.
Background
I have written a number of plugins ...
1
vote
2answers
79 views
Clearcase UCM - Unable to read change set entry for activity
Events till now
We have a CC 7.1.2.2, multisite setup where we do deliveries between 2 sites. Now when resuming a delivery at the destination site, we get this error :
Unable to read change set ...
1
vote
2answers
109 views
List the latest baseline of a component in a UCM stream one by one
I need to list the latest baseline for each component in a clearcase UCM stream one by one. I am aware of the "%[latest_bls]p" option used with -fmt . The problem is that it lists all the latest ...
1
vote
2answers
52 views
Reverse Changset of an activity in Clearcase
I have a requirement posted by the development team to reverse all changes in a given UCM activity. Constraint being we do not have delete rights. Meaning I know I can do a lsactivity to list all ...
1
vote
0answers
97 views
Company moving away from IBM Rational solution… any good alternatives? [closed]
We are moving away from IBM Rational products due to really high costs. I am trying to find alternative solutions that will roughly cover all the functionalities from IBM Rational product line. I ...
1
vote
1answer
105 views
Could not create task or type: getProjectData from Ant
I am trying to run an Ant task from within IBM RSA IDE using Ant build ...
I get the following error message:
BUILD FAILED
build.xml:21: Could
not create task or type of type: getProjectData.
Ant ...
1
vote
1answer
144 views
Need help with CM API (ClearCase)
I need to get particular Stream( perhaps with Activity) from Clear Case (7.1.1 server) and store it on local machine. Let me come up with a User Story:
"I'm as admin of central build system want to ...
1
vote
2answers
107 views
IBM Rational DOORS: Use case extensions?
I'm investigating how to implement use case extension points in DOORS requirements. To this end, I wanted to know if a DOORS object in one module can reference or link to a DOORS object in a second ...
1
vote
1answer
62 views
How should I specify that Rationals should be displayed in decimal notation in Ruby?
If I decide to use Rationals in Ruby for a console application, but don't want them displayed as a fraction, is there an idiomatic way to specify they should be displayed in decimal notation?
Options ...
1
vote
2answers
583 views
How do I change what Rational Functional Tester logs?
Recently my company upgraded from RFT 8.1.1.1 to RFT 8.2 and now all of our rational_ft_log.txt files that get generated from tests are at least a dozen times longer than they were before we upgraded.
...
1
vote
1answer
121 views
How do you represent fraction in F# without the loss of precision?
What is best way to represent fractions in F#? Haskell and Racket have convinient way to represent ratios. Is there a data type in F# to represent ratios?
1
vote
3answers
257 views
How do I publish php source code to a local web server in rational team concert?
I'll be using RTC in the near future here at work. My question is: where does it put the files the team members will be working on? I understand that each programmer will work on the projects files ...
1
vote
0answers
87 views
Running Rational Robot scripts without Robot installed
I have a Rational Robot script that I would like to deploy to multiple workstations. I wanted to know if there is a way to run this script without having Robot installed on those workstations. As you ...
1
vote
0answers
74 views
canvas svg animate ( using rational numbers )
This renders fine.
svg.animate({width: "+=8%"},400);
However
svg.animate({width: "+=8.3333%"},400);
This produces errors.
My understanding of js etc , is such I am not sure if we can parse ...
1
vote
1answer
186 views
What's the “Allow loose classpath” checkbox do in Rational Application Developer
In Rational Application Developer 7.5 under Preferences -> Java EE there's a checkbox with the label, "Allow loose classpath module dependencies (not recommended)". What does that checkbox do, and ...
1
vote
1answer
143 views
Rational Appln Deb IBM 7.5.4
i am using RAD 7.5.4 IDE many a times when i type something in a java file, it gets hung and i have to close it and restart it again. also i wanted to clean all the ears and make my RAD fast. any ...
1
vote
1answer
808 views
Rational Functional Tester - How can I get scripts called from a parent script to use the parent's data pool?
I'm fairly new to Rational Functional Tester (Java) but I have one large blank. I have an application that is in an agile development environment so some of the screens can flux as new interfaces are ...
1
vote
1answer
50 views
Does an EJB project typically contain only one Enterprise JavaBean or a collection of them?
I'm working with IBM Rational Application Developer for WebSphere; it is based on Eclipse, though I'm not sure of its differences from Eclipse's Java EE features.
I want to have two Enterprise ...
1
vote
1answer
192 views
clearcase option for view movement from one host path to another
I have created a clearcase dynamic view for my development by name "view1". I have mistakenly selected the view storage location as a local PC in my network, that was made sharable by the PC owner. I ...
1
vote
1answer
320 views
delivery mechanism, Rational ClearCase
We came up with a stream structure for the Rational ClearCase UCM model.
Int
-- Prd
-- Uat
-- Dev
---- Development Stream r1.0
We recently migrated the code base into the new setup. We ...
1
vote
3answers
635 views
Activities In Rational ClearCase
We are thinking of implementing Rational ClearQuest for Change Management and Defect tracking.
When we integrate Rational ClearQuest and Rational ClearCase, the activities will be coming from the ...
1
vote
1answer
497 views
Rational ClearCase + VOB Restore
We had a ClearCase Server in an other domain. We wanted to migrate a particular VOB to new ClearCase server in an other domain.
I took the back up which was take yesterday night and restored the VOB ...
1
vote
1answer
336 views
Access Control for a Component: Rational ClearCase
We have few components like
libraries
dlls
When initially created I ran the following command
cleartool> describe component:testcomponent@\res_pvob
component "testcomponent"
created ...
1
vote
1answer
740 views
RAD doesn't recognize changed MANIFEST.MF files (Rational Application Developer)
I am part of a team that is working on a project that is under version control in ClearCase. This project is a single EAR, and 4 WARs as part of the EAR. Since all of the WARs use the same JARs, we ...
1
vote
1answer
449 views
open type dialog is empty - RSA (Rational Software Architetc) for WebSphere 7.5.0 on Linux (Ubuntu 9.04)
I have a fresh install of RSA 7.5.3 in Linux (Ubuntu 9.04).
I've create a new workspace with one Java project.
When I open the "open type" dialog I get an empty box - see attached screenshot.
You can ...
1
vote
1answer
601 views
Get ClearCase Snapshot Views via ClearCase Automation Library (CAL)?
Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the ...
1
vote
2answers
2k views
WebSphere 6.1: can not start admin console after SSL-cert installation
I installed a self-signed certificate and restartet. Now i can't start the admin console any more. I am really new to websphere, and must have some errors when installing the certificate.
When I ...
1
vote
2answers
724 views
Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)
Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some ...
1
vote
2answers
597 views
Regression Testing with Rational Robot
My initial tests have shown that Robot won't work without an active, visible desktop. For example, while a scheduled task (or executed command from the continuous integration server) may be able to ...
0
votes
2answers
79 views
Create Class diagram from Java Source code - Rational Software Architect 7
Does anybody know how to create a class diagram from java source code in Rational sofware architect 7? Its supposed to be a straightforward procedure, but so far i haven't found a way to do this.
0
votes
4answers
110 views
How to view xsd:documentation that is in HTML markup?
I am generating WSDL/XSD for SOAP services from a UML model using IBM Rational Software Architect (RSA). RSA allows you to document the classes and attributes in the model using rich-formatting.
For ...
0
votes
2answers
151 views
Rational software architect installation fails - could not create java virtual machine error
Im not able to install IBM RSA (Rational Software Architect) which I have to use. Im still getting error: could not create java virtual machine error while installation stage: reconciliation of the ...
0
votes
3answers
81 views
Rational Software Architect Methods and Attributes
I am using IBM Rational Software Architect to produce a class diagram.
When right clicking a diagram, choosing file, save as image.
Half of my attributes and methods, are inexplicably removed from ...