Moving a Project to another Workspace directory

Topics for the Eclipse Environment
Post Reply
jmcpherson96
Posts: 10
Joined: Fri Apr 25, 2008 4:51 am

Moving a Project to another Workspace directory

Post by jmcpherson96 »

I have 5270 Project on my local PC. So I zipped up the project and unzipped it on a shared network drive. I change my the Eclipse Workspace launcher to go to this network drive /directory. Now I cannot open the save project. It all there in that network drive /directory.

What is the procedure on doing this, to re-open your project on different workspace? I worked with CodeWarrior, Visual Studio there is no problem doing this. I only can open it on my local PC. I don't want to reconstitute the project on the network drive from scratch.

Thanks
stevep
Posts: 16
Joined: Fri Apr 25, 2008 6:34 am

Re: Moving a Project to another Workspace directory

Post by stevep »

If you moved the whole workspace you should be able to use "Switch Workspace..." under the file menu to point to the new location.

If you didn't copy the workspace, use Switch Workspace to create a new workspace in the new location, and then import the project into the new workspace.
jmcpherson96
Posts: 10
Joined: Fri Apr 25, 2008 4:51 am

Re: Moving a Project to another Workspace directory

Post by jmcpherson96 »

Thanks...
Post Reply