The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441:

You can do that provided you do the following:

Let's say you have your workspace at:
~/proj/test_workspace/

And create a new project in eclipse at:
~/proj/test_workspace/program1

And want to have the sources for that project at:
/opt/program1/src

For that to work you must have

~/proj/test_workspace/program1/src mapping to folder link at /opt/program1/src
(created through: right click project > new > folder > advanced > link to 
alternate
location).

And ~/proj/test_workspace/program1/src must be the source folder set in: right
click project > properties > pydev - pythonpath.

This should work properly (note that alternatively you could also just create
your project directly at /opt/program1 instead of creating a project inside
the eclipse workspace with a link to the sources -- just set the proper location
on the wizard to create a new pydev project).

Cheers,

Fabio

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to