English 中文(简体)
How to include files from remote server in Eclipse project without copy to local PC?
原标题:

I have to PC, one is server on Linux containing project files ( also build machine ) and another working desktop machine on WinXP. I want to create a project in Eclipse on my desktop machine without coping files to local machine, actually I want to be able to modify remote files and immediately run build, unlike modifying local files and synchronizing with remote project.Is it possible?

Thanks

问题回答

Mount a volume through SAMBA?

That s what I used to do prior to moving to Linux only.

One caveat with using Samba mounts with Eclipse: if you are using libraries (like Google s licensing code, etc) there are problems with Samba mounts. I couldn t get my project to work (using WinXP with a FreeBSD file server) with the licensing library (I would add the library, get a green checkmark and close the box... then when I d open the box again, I d get a red X... I later found a posting that indicated this was a problem with Samba mounts and Eclipse, and when I copied everything to the local disk, it worked fine.)

The eclipse plugin RSE ( remote system explorer ) allow to access and modify remote files without copying files locally





相关问题
Eclipse-C++-Debugging: see content of an Array

Is it possible to see the content of a dynamically allocated array, as in: int *array = new int[dimension]; I only see the value of the pointer. edit: just found the option "display as an array", ...

g++ produces big binaries despite small project

Probably this is a common question. In fact I think I asked it years ago... but I can t remember the answer. The problem is: I have a project that is composed of 6 source files. All of them no more ...

Grouping Files in Project Explorer in Eclipse

I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc. The feature I am looking for is the grouping of different files in the project, like all headers together, all ...

Eclipse CDT static resources under build folder

I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...

"Export" button in Eclipse CDT "Paths and Symbols" dialog?

On the Includes tab of the Paths and Symbols section of the Project Properties dialog in the Eclipse CDT, there is an "Export" button: The best documentation I have found says that this "toggles ...

Create an Eclipse project on the command line?

I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I m willing to generate the .project and .cproject files myself, but I d like something ...

热门标签