workspace [message #38651] |
Tue, 22 March 2005 09:09  |
Eclipse User |
|
|
|
Originally posted by: greg.kein.spam.xhvg.hu
Hi,
I have two uncompatible plugins. I've created two separate eclipse
installations for them. I would like to have a separate workspace for
each, but when I launched the second one, it tried to access the first
one's workspace, what I did not want. It seems that eclipse stores its
workspace at a central location. How can I manage to have separate
workspaces for different eclipse-installations? It's awkward to start
every eclipse-session to switch workspace manually.
Regards
- Gergely
|
|
|
|
|
|
|
Re: workspace [message #44868 is a reply to message #42810] |
Thu, 31 March 2005 13:54  |
Eclipse User |
|
|
|
Originally posted by: user.server.net
Ok, let's have a second try (sorry for taking some time to answer):
Within the home directory of your user you have a (hidden) directory
".eclipse" there you will find a folder tree
"org.eclipse.platform_<version>/configuration/org.eclipse.ui.ide ", where
<version> represents the eclipse version you are using (in your case
3.0.1). There you should find a file called "recentWorcspaces.xml".
That's where the workspace info should be stored.
So you have two options:
a) Use different versions of eclipse (I assume that's not what you want)
b) write a little batch file, that copies the respective Workspace file
and then starts eclipse including the specified plugins.
Personally, I would discourage a third option, which would be to build
your workspace file dynamically prior to starting eclipse. It would be
(a) slow and (b) no one could guarantee compatibility to other versions.
HTH,
Kai
Gergely Buday wrote:
> Kai Sautter wrote:
>
>> Sorry, I seem to have missed out a blank. Within the "configuration"
>> directory, there should be a subdirectory ".settings". The file in
>> question should be there. What version on which OS are you running?
>
>
> I have ubuntu hoary linux and eclipse 3.0.1. And I have no .settings
> directory in configuration/ .
>
> - Gergely
>
|
|
|
Powered by
FUDForum. Page generated in 0.11757 seconds