|
Re: Migrating Project on Eclipse 2.1.3 on Old PC, to Eclipse 3.1 on New PC [message #119063 is a reply to message #118985] |
Tue, 22 November 2005 21:26 |
Eclipse User |
|
|
|
Originally posted by: wojtek.a.com
Ken wrote:
> Looking forward to any kind of help as I've been pulling my hair for the
> past two weeks. :~(
This is probably against all sorts of rules, but....
On the new machine, I create the project. No other directories/files are
created. Exit Ecplise
On the old machine, copy all the source files in the project directory
tree. This would be *.java, *.jsp, *.js, etc. Ensure that the directory
structure is also copied. In the Windows world, a series of:
xcopy *.<extension> <target> /s /e
will do this.
Then copy this directory structure to the new machine, to where Ecplise
has created the project.
Start Eclipse. RMB on the project name, and choose "Refresh".
You should now have a populated project on the new machine. Note that no
compiled files or history files are copied, so a full re-build/
deployment will be required.
|
|
|
Powered by
FUDForum. Page generated in 0.05650 seconds