multiple workspaces? [message #49251] |
Fri, 08 April 2005 12:29 |
Eclipse User |
|
|
|
Originally posted by: yves.fierens.pandora.be
Hi all,
Is it possible to configure multiple workspaces in Elcipse. For example: I'd
like to configure one workspace for the plugins i'm writing, and another for
the stand-alone appications.
Is this possible? I'm using Eclipse 2.1 on WinXP.
thanks in advance!
|
|
|
Re: multiple workspaces? [message #49260 is a reply to message #49251] |
Fri, 08 April 2005 14:13 |
Eclipse User |
|
|
|
Originally posted by: bird8088.hotmail.com
On Fri, 08 Apr 2005 14:29:27 +0200, Yves Fierens wrote:
> Hi all,
>
> Is it possible to configure multiple workspaces in Elcipse.
The latest 3.1 milestone has this feature.
|
|
|
Re: multiple workspaces? [message #49267 is a reply to message #49251] |
Fri, 08 April 2005 14:26 |
Eclipse User |
|
|
|
Originally posted by: user.server.net
If you are using an earlier version than 3.1 M6, you can do it, if you
use a batch file to start eclipse, that changes the location of your
workspace in your settings file.
Hope this helps,
Kai
Yves Fierens wrote:
> Hi all,
>
> Is it possible to configure multiple workspaces in Elcipse. For example: I'd
> like to configure one workspace for the plugins i'm writing, and another for
> the stand-alone appications.
>
> Is this possible? I'm using Eclipse 2.1 on WinXP.
>
> thanks in advance!
>
>
|
|
|
Re: multiple workspaces? [message #49281 is a reply to message #49251] |
Fri, 08 April 2005 15:04 |
Eclipse User |
|
|
|
Originally posted by: eclipse.rizzoweb.com
Yves Fierens wrote:
> Hi all,
>
> Is it possible to configure multiple workspaces in Elcipse. For example: I'd
> like to configure one workspace for the plugins i'm writing, and another for
> the stand-alone appications.
>
> Is this possible? I'm using Eclipse 2.1 on WinXP.
First question: is there a reason you have not upgraded to the latest
full release 3.0x? IN 3.0 and above, Eclipse can prompt you whenever it
is started for which workspace you'd like to use.
Furthermore, it allows you to change the workspace without shutting down
Eclipse.
If moving to 3.0 is not an option, you can still do it, as someone else
suggested, by setting up different shortcuts or batch files to launch
Eclipse. Basically, include the following as a command-line argument to
eclipse.exe to point it to a specific workspace:
-data <full-path-to-you-workspace-directory>
For example, my 2.1 shortcut uses this command line:
D:\Java\Eclipse\2.1\eclipse.exe -vm D:\Java\JDK\1.4.1\bin\javaw.exe
-data D:\Java\Eclipse\workspaces\workspace-2.1
HTH,
Eric
--------
What if this weren't a hypothetical question?
|
|
|
Powered by
FUDForum. Page generated in 0.05141 seconds