Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana/Eclipse: How do I make a project that uses existing files on my filesystem, instead of copying?

Tags:

eclipse

aptana

I want to create a project that uses source files already on my filesystem, but the IDE always wants to create a directory and make a second copy of all the source.

This has always annoyed me about Aptana and Eclipse, is there a workaround for this?

like image 296
Tony Avatar asked Nov 02 '09 18:11

Tony


2 Answers

I am using Aptana Studio 3 on my mac and the way I do it is:

  1. Click on File
  2. Select Import from the dropdown menu
  3. Select the General tab and open it, you will see the option Existing Folder as New Project
  4. Select it and click on Next
  5. On the next page select the folder where you have the old project files, name the new project(if you want to change it). You can also select the languages that you have used on the project.
  6. Click Finish and you are set to go.
like image 150
Parik Tiwari Avatar answered Sep 21 '22 23:09

Parik Tiwari


One small addendum, the existing folder doesn't actually need to be in your workspace. I have several projects in my workspace but also several located elsewhere for assorted reasons.

like image 37
muffinista Avatar answered Sep 18 '22 23:09

muffinista