Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Multiple eclipse environments
Multiple eclipse environments [message #150152] Mon, 22 March 2004 11:25 Go to next message
Eclipse UserFriend
These days, when experimenting with misc. new tools (Eclipse 2.1 /
3.0Mx), WSDD, Rational XDE, Aurora, etc. one ends having multiple
Eclipse environments installed, so I found myself importing existing
projects into the next tool and redefining several settings (e.g.
classpath variables) over and over again.

Is there no cheaper way to do that? What do I need to copy over from
one eclipse to the next to make all my projects and settings known
again? (I keep all my projects in a different subtree outside of
eclipse, i.e. not in the standard workspace, in case this matters).

Michael
Re: Multiple eclipse environments [message #153770 is a reply to message #150152] Mon, 12 April 2004 06:53 Go to previous message
Eclipse UserFriend
Michael Moser wrote in:

> These days, when experimenting with misc. new tools (Eclipse 2.1 /
> 3.0Mx), WSDD, Rational XDE, Aurora, etc. one ends having multiple
> Eclipse environments installed, so I found myself importing existing
> projects into the next tool and redefining several settings (e.g.
> classpath variables) over and over again.

That's not the way to do it. The way I just did it at work is:

1
unzip/untar eclipse to a destination on e.g. your desktop, then rename the
eclipse environment to its version number - don't start it up just yet

2
make sure you have the right features & plugins in your new setup (create a
folder or text files with your standardised plugins first), you should be
able to do this by copying the non-eclipse features and plugins to your new
setup

3
make a backup of your workspace folder (idealy this should NOT be in the
default eclipse folder)

4
call eclipse with -data <workspace> to your default workspace

5
.....

6
profit

>
> Is there no cheaper way to do that? What do I need to copy over from
> one eclipse to the next to make all my projects and settings known
> again? (I keep all my projects in a different subtree outside of
> eclipse, i.e. not in the standard workspace, in case this matters).
>

Yes, see above, you already had the workspace thingy figured out, as I can
see. Note that M8 has better workspace support, but it's still under
development (well, yes, duh, as you might say :).

Maarten
Previous Topic:Toggle Breakpoint
Next Topic:?Trick for creating a null TagElement just after /** ?
Goto Forum:
  


Current Time: Thu May 08 15:45:06 EDT 2025

Powered by FUDForum. Page generated in 0.06002 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top