How to add a location to "Jazz Repository Connection" dialog
K Kronenwett (8●1●3)
| asked Nov 07 '14, 9:07 a.m.
edited Nov 07 '14, 9:31 a.m. by Ralph Schoon (63.5k●3●36●46)
I integrated the Rational Team Concert Client Feature in eclipse.
When I start Eclipse with a new workspace I always have to insert my location in the "Jazz Repository Connection" dialog. Is there a possibility to add a default location in the dialog for new Eclipse workspaces? Or is there a possibility to add my location in the history of the URI: checkbox (for new Eclipse workspaces)? Used version: com.ibm.team.rtc.client.feature 4.5.0.RTC-I20140205-1437 |
2 answers
looks like the repo connection details are stored in
${workspace folder name}/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.ibm.team.process.rcp.ui.prefs repositories/0/aliasRepositoryURIs0=https\://hub.jazz.net/ccm01 repositories/0/aliasRepositoryURIs1=https\://hub.jazz.net/ccm01/ repositories/0/authentication-id=com.ibm.team.repository.client.internal.UserAndPassLoginInfo repositories/0/autoLogin=false repositories/0/id= repositories/0/name=hub.jazz.net repositories/0/savePassword=true repositories/0/timeout=480 repositories/0/uri=https\://hub.jazz.net/ccm01/ repositories/0/userId=xxxxxx repositories/0/username=xxxxxx repositories/1/aliasRepositoryURIs0=https\://localhost\:9943/ccm repositories/1/aliasRepositoryURIs1=https\://localhost\:9943/ccm/ repositories/1/authentication-id=com.ibm.team.repository.client.internal.UserAndPassLoginInfo repositories/1/autoLogin=false repositories/1/id= repositories/1/name=localhost 4.0.3 repositories/1/savePassword=true repositories/1/timeout=480 repositories/1/uri=https\://localhost\:9943/ccm/ repositories/1/userId=xxxxx repositories/1/username=xxxxx |
Ralph Schoon (63.5k●3●36●46)
| answered Nov 07 '14, 9:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I can tell, there is no global repository in Eclipse that would store this. The easiest way I can think of is to store a text from an invitation somewhere and use that.
Comments
K Kronenwett
commented Nov 07 '14, 10:24 a.m.
Hello,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.