Re: Use existing filesystem within new project.



Daniel Dyer wrote:
On Mon, 05 Feb 2007 13:42:48 -0000, Toni <antoni.lacasta@xxxxxxxxxxxxxx> wrote:

Hi,

I download my source code from Sourcesafe into my regular working
folder. Unfortunately I can't choose just any working folder.

How do I add all the source code files from this working folder into a
newly created eclipse-cdt project ? I would NOT like to create a copy
of the source code, I would like to edit the files in my working
folder.

Lack of flexibility in setting up projects was one of the things that turned me off Eclipse. It may be possible to achieve what you want, but I could never figure it out and my Eclipse-using colleagues didn't shed any light on it. IDEA and NetBeans let you do pretty much what you want with project layout.

Any reason why you can't just get a new working copy from SourceSafe in the new project directory? Though keep in mind that SourceSafe will not allow you to have two working copies (this limitation is due to it storing your single local working copy path in an .ini file on the insecure network file share that is your source code repository).

It is very easy to use existing folders in Eclipse. You start new project:
File / New / Project / Select Java Project / Next.
Ans then select "create new project from existing source" (instead of "create new project in workspace").
Then provide project name and browse for project folder. Then Eclipse loads everything it finds (especially Java files) in this folder in new project, and you can work. You can then select source folders, libraries, places for compiled files as usual in Eclipse.
One moment - any changes in folders become visible to Eclipse only after refresh with Project / Refresh command.
.



Relevant Pages

  • Re: Asm For Nerds
    ... Now deviating from the "4 Megas of sources for the ... Right-click on the HLA standard library folder. ... And that's just the HLA source code, that doesn't include any of the ...
    (alt.lang.asm)
  • Re: Inheriting a Form within the same project
    ... > related to my ignorance about namespaces and location of the source code ... > the new Inherted form and using the inheritance browser. ... > public Class formnew: TestApp.baseform ... > I tried and tried until I copied my project to the root folder of the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: QC reports fixed in update 3
    ... source code is identical for Update #2 and #3. ... So either my update didn't happen properly, I cocked up the comparison, or update #3 is just screwed up with the VCL part of the update? ... After comparing the two using Beyond Compare this is the report I get back (Left Side refers to Delphi 2005 with Update #2, ... FOLDER COMPARISON ...
    (borland.public.delphi.non-technical)
  • Re: Reverse Engineering a VB exe
    ... >> to the source code, make adjustments and then recompile this program. ... > There are decompilers available for this kind of thing, ... > exe almost certainly won't be faster than rewriting the app. ... > the folder on the OS. ...
    (microsoft.public.vb.general.discussion)
  • Re: Embedded XML Workbook
    ... populating an excel workbook in the same folder as the source code and then being able to update it? ...
    (microsoft.public.vb.controls)