Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » duplicate a project
duplicate a project [message #296586] Tue, 27 December 2005 14:02 Go to next message
Eclipse UserFriend
Originally posted by: wizumwalt.gmail.com

I have a java project (the icon w/ the little 'j') that I have made as a
test and I'd like to duplicate this project, copy the entire project into
another project so that I can modify the code and make another test from
it.

How do I do this so that the code, libraries, etc... are completely
separate and I end up with two copies of the same project w/ a different
project name?

Easiest way possible please.
Re: duplicate a project [message #296591 is a reply to message #296586] Tue, 27 December 2005 14:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

Using WinZip, compress the project into a .zip file (or export it as a Zip), then unzip it into the workspace (but with a different name). Edit the .project file (as there will be the old name stored in there) and change the file to match the new directory name. Then File->Import existing project into workspace will do the trick.

Alex.
Re: duplicate a project [message #296605 is a reply to message #296586] Tue, 27 December 2005 22:46 Go to previous message
Eclipse UserFriend
click the project
CTL+C (copy)
CTL+V (paste)

William Zumwalt wrote:
> I have a java project (the icon w/ the little 'j') that I have made as a
> test and I'd like to duplicate this project, copy the entire project
> into another project so that I can modify the code and make another test
> from it.
>
> How do I do this so that the code, libraries, etc... are completely
> separate and I end up with two copies of the same project w/ a different
> project name?
>
> Easiest way possible please.
>
Previous Topic:Distinguish between user triggered & program triggered documentEvent?
Next Topic:Eclipse license going GPL? Why not now?
Goto Forum:
  


Current Time: Tue Jul 08 09:16:44 EDT 2025

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

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

Back to the top