Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Rational Clearcase API

3 views
Skip to first unread message

Ajay Singh Tomar

unread,
Dec 10, 2003, 8:15:40 AM12/10/03
to
Hello,

I am looking for Rational Clearcase API for my project and have few
questions.

1. Is Rational Clearcase API freeware, licensed or open source? If licensed,
what are the fees?
2. How can I download the API library or source code from Rational site?
Please let me know the URL.

Anxiously awaiting quick reply.

Kind Regards,
Ajay Singh Tomar

Gordon Beaton

unread,
Dec 10, 2003, 8:43:05 AM12/10/03
to
[ Followup set ]

On Wed, 10 Dec 2003 14:18:51 +0100, Ajay Singh Tomar wrote:
> I am looking for Rational Clearcase API for my project and have few
> questions.
>
> 1. Is Rational Clearcase API freeware, licensed or open source? If
> licensed, what are the fees?

Please don't multipost. There is no need to post the exact same
question separately to three different newsgroups.

Clearcase is not freeware or shareware. Contact Rational (or IBM?) for
prices, or check their website.

What does this have to do with Java?

/gordon

--
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e

Ajay Singh Tomar

unread,
Dec 10, 2003, 8:46:09 AM12/10/03
to
Hello Gordon,

Rational has come with Clearcase API for Eclipse. My question was only with
respect to API for Java and not the Clearcase.

Sorry for multiposts.

Regards,
Ajay

--


Kind Regards,
Ajay Singh Tomar

"Gordon Beaton" <n...@for.email> wrote in message
news:3fd722e6$1...@news.wineasy.se...

clvrmnky

unread,
Dec 10, 2003, 5:03:04 PM12/10/03
to
Ajay Singh Tomar wrote:

Most SCM vendors license their API. Making it freeware would make it
impossible to control the API. Every vendor I know of that has a public
API strictly licenses it, and provides it free for anyone who asks.
Sometimes vendors open-source _implementations_ of the API (for example,
a specific integration into some other open-source application), but the
API itself is usually tightly licensed.

Lokesh Joshi

unread,
Feb 3, 2004, 5:15:21 AM2/3/04
to Gordon Beaton
ajay,
clearcase is a big big sw and rational charges hefty charges per year
for the same. Its available in Unix/Win and Lin, one can have node
locked or floating license sceheme.
i am not sure whats the relation between CC and java apart from
version control, there is no such API exposed for Java, standard
commands are there which u can execute thru java application.
thanx
Lokesh

Gordon Beaton wrote:
> [ Followup set ]
>
> On Wed, 10 Dec 2003 14:18:51 +0100, Ajay Singh Tomar wrote:
>
>>I am looking for Rational Clearcase API for my project and have few
>>questions.
>>
>>1. Is Rational Clearcase API freeware, licensed or open source? If
>>licensed, what are the fees?
>
>
> Please don't multipost. There is no need to post the exact same
> question separately to three different newsgroups.
>
> Clearcase is not freeware or shareware. Contact Rational (or IBM?) for
> prices, or check their website.
>
> What does this have to do with Java?
>
> /gordon
>

--
Lokesh Joshi


Dale King

unread,
Feb 3, 2004, 12:37:58 PM2/3/04
to
"Lokesh Joshi" <lok...@cadence.com> wrote in message
news:401F74B9...@cadence.com...

> ajay,
> clearcase is a big big sw and rational charges hefty charges per year
> for the same. Its available in Unix/Win and Lin, one can have node
> locked or floating license sceheme.
> i am not sure whats the relation between CC and java apart from
> version control, there is no such API exposed for Java, standard
> commands are there which u can execute thru java application.
>
> > On Wed, 10 Dec 2003 14:18:51 +0100, Ajay Singh Tomar wrote:
> >
> >>I am looking for Rational Clearcase API for my project and have few
> >>questions.
> >>
> >>1. Is Rational Clearcase API freeware, licensed or open source? If
> >>licensed, what are the fees?


There is no Java API from IBM for ClearCase. They provide the ClearCase
Automation Library on Windows for interfacing with ClearCase. This is a COM
interface. You could feasibly use some COM bridge and go at it this way. The
documentation for this is in the cc_cal.chm file in the bin directory of
your CC installation.

But the primary way to interact with CC is through command line commands.
There is a wrapper API as part of Ant that does this. It is freeware. See:
http://ant.apache.org/manual/OptionalTasks/clearcase.html

Another option is to go with Microsoft's generic SCCI interface. That would
take some JNI code to interface with it.
--
Dale King


0 new messages