This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 209968 - ClearCase UCM Integration
Summary: ClearCase UCM Integration
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P1 normal with 2 votes (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 22:49 UTC by Revivius
Modified: 2012-03-23 19:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Revivius 2012-03-22 22:49:53 UTC
ClearCase plugin still lacks UCM Integration. Ability of selecting an Activity before checkout (directly or as a result of some sort of refactor) is a must in our environment where we are building some applications on top of NB Platform using Maven.

After some mailing with NB support team we tried to implement the functionality in house.
It doesnt work well, can not check-out resource files like Bundles and form xml files all due to our insufficient knowledge about ClearCase/ClearQuest command line and source control API/SPI internals. Every refactor and checkout is really a pain.

Approach we followed was:

Checked out plugin sources and added a custom ClearCaseCommand to list "active activities" (activities that were marked as "Work On" in ClearQuest) from command line, parse the string response and display a dialog where user can select one. Then we set the selected activity as "default activity" of whole stream.

Besides letting us to keep development barely, this isnt really working well and as we dont have enough time and manpower.

As we dont have enough time and manpower to implement the functionality in acceptable way;

Is it possible that we share what we did and some people with some knowledge on IBM Rational tools and versioncontrol APIs may provide a better implementation (we are willing to contribute if guided) ?
Comment 1 Tomas Stupka 2012-03-23 19:35:37 UTC
currently the NetBeans VCS team has no plans for UCM, but the suggestion would be that you attach your changes and maybe somebody else might be willing to continue on top of it