Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Moving a Project to another Machine
Moving a Project to another Machine [message #176679] Mon, 06 September 2004 06:31 Go to next message
Eclipse UserFriend
Originally posted by: dummy.dummy.net

Hello,

What is the best way to move a project from one workspace on
machine A to another workspace on machine B (using Eclipse 3) ?

I searched in the doc, but didn't find a topic about this issue.

Thanks in advance for your help.

Zaack
Re: Moving a Project to another Machine [message #176688 is a reply to message #176679] Mon, 06 September 2004 06:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

If you don't use absolute paths (e.g in the classpath) you can simply copy
your project directory into another workspace, start Eclipse using the
target workspace and use File>Import>Existing project into workspace.

(if you use a version control system then checking all files in and check
out the whole project in the another workspace is a better way I think)

HTH,
Regards,
Csaba

"Zaack" <dummy@dummy.net> wrote in message news:chhe3b$mvh$1@eclipse.org...
> Hello,
>
> What is the best way to move a project from one workspace on
> machine A to another workspace on machine B (using Eclipse 3) ?
>
> I searched in the doc, but didn't find a topic about this issue.
>
> Thanks in advance for your help.
>
> Zaack
>
>
>
Re: Moving a Project to another Machine [message #176712 is a reply to message #176688] Mon, 06 September 2004 07:58 Go to previous message
Eclipse UserFriend
Hello,

I just wanted to add to that, that if you have linux AND windows
computers, sharing a project among several linux AND windows machines by
means of sharing the underlying filesystem is a very bad idea.
It is very likely it will mess your files with CR/LF problems.

Hope this helps,

Jean

Horváth, Csaba wrote:
> Hi,
>
> If you don't use absolute paths (e.g in the classpath) you can simply copy
> your project directory into another workspace, start Eclipse using the
> target workspace and use File>Import>Existing project into workspace.
>
> (if you use a version control system then checking all files in and check
> out the whole project in the another workspace is a better way I think)
>
> HTH,
> Regards,
> Csaba
>
> "Zaack" <dummy@dummy.net> wrote in message news:chhe3b$mvh$1@eclipse.org...
>
>>Hello,
>>
>>What is the best way to move a project from one workspace on
>>machine A to another workspace on machine B (using Eclipse 3) ?
>>
>>I searched in the doc, but didn't find a topic about this issue.
>>
>>Thanks in advance for your help.
>>
>>Zaack
>>
>>
>>
>
>
>
Previous Topic:What is the package of a class??
Next Topic:Speed with very large codebases in eclipse
Goto Forum:
  


Current Time: Tue Jul 15 13:48:31 EDT 2025

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

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

Back to the top