It's all about the answers!

Ask a question

How to add a location to "Jazz Repository Connection" dialog


K Kronenwett (812) | asked Nov 07 '14, 9:07 a.m.
edited Nov 07 '14, 9:31 a.m. by Ralph Schoon (62.7k33643)
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



permanent link
sam detweiler (12.5k6194201) | answered Nov 08 '14, 10:36 a.m.
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


permanent link
Ralph Schoon (62.7k33643) | 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,
thanks, but I hoped there are plugin specific preferences which I can set. Like customization of other plugin (e.g. entry of org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true in plugin_customization.ini).

Your answer


Register or to post your answer.