How to configure P2 workspace
Ive got RIT installed with the RTC P2 client.
1 - How to define the workspace for the P2 client on startup (not using the GUI option).
2 - Where is the information stored of the connected project area's. Which file(s)?
I'm investigating a issue where the P2 client does not show the whole WI gui. It seems to have it's cause in the fact that directories are on a mapped drive. Hence my redefinition so I can point to a local drive.
Thanks, Marc
1 - How to define the workspace for the P2 client on startup (not using the GUI option).
2 - Where is the information stored of the connected project area's. Which file(s)?
I'm investigating a issue where the P2 client does not show the whole WI gui. It seems to have it's cause in the fact that directories are on a mapped drive. Hence my redefinition so I can point to a local drive.
Thanks, Marc
One answer
Hi Marc,
Answers on your questions:
1 - How to define the workspace for the P2 client on startup (not using the GUI option).
You must open <eclipse-install>/configuration/.settings/org.eclipse.ui.ide.prefs file and modify SHOW_WORKSPACE_SELECTION_DIALOG to false and set appropriate RECENT_WORKSPACES
2 - Where is the information stored of the connected project area's. Which file(s)?
It is stored in <eclipse-workspace>/.metadata/.plugins/org.eclipse.core.runtime/.settings/.com.ibm.team.process.rcp.ui.prefs directory.
Let us know if that helps.
Answers on your questions:
1 - How to define the workspace for the P2 client on startup (not using the GUI option).
You must open <eclipse-install>/configuration/.settings/org.eclipse.ui.ide.prefs file and modify SHOW_WORKSPACE_SELECTION_DIALOG to false and set appropriate RECENT_WORKSPACES
2 - Where is the information stored of the connected project area's. Which file(s)?
It is stored in <eclipse-workspace>/.metadata/.plugins/org.eclipse.core.runtime/.settings/.com.ibm.team.process.rcp.ui.prefs directory.
Let us know if that helps.