Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse 3.3 & Subclipse 1.2.3 - Linked Resources Show Stopper Problem
Eclipse 3.3 & Subclipse 1.2.3 - Linked Resources Show Stopper Problem [message #221171] Thu, 12 July 2007 16:26 Go to next message
Scott Duensing is currently offline Scott DuensingFriend
Messages: 1
Registered: July 2009
Junior Member
We're using Eclipse 3.3 and Subclipse 1.2.3 (latest updates as of this
posting) to manage a large project broken into multiple projects.

Our main project uses files from various other projects via linked
resources. This works great on my machine. When I go to share the
workspace (via a Team Project Set) with another developer, the linked
resources are not available to them. Their "General->Workspace->Linked
Resources" list is empty under "Window->Preferences".

Short of making them type these in every time there's a change or we add
a new developer, what can I do?

Is there a plugin or hack to provide an import/export feature similar to
the one available for User Libraries?

Like I said in the subject, this is a MAJOR issue for us.

Thanks in advance!

Scott
Re: Eclipse 3.3 & Subclipse 1.2.3 - Linked Resources Show Stopper Problem [message #221265 is a reply to message #221171] Fri, 13 July 2007 00:23 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Scott Duensing wrote:
> We're using Eclipse 3.3 and Subclipse 1.2.3 (latest updates as of this
> posting) to manage a large project broken into multiple projects.
>
> Our main project uses files from various other projects via linked
> resources. This works great on my machine. When I go to share the
> workspace (via a Team Project Set) with another developer, the linked
> resources are not available to them. Their "General->Workspace->Linked
> Resources" list is empty under "Window->Preferences".
>
> Short of making them type these in every time there's a change or we add
> a new developer, what can I do?
>
> Is there a plugin or hack to provide an import/export feature similar to
> the one available for User Libraries?
>
> Like I said in the subject, this is a MAJOR issue for us.
>
> Thanks in advance!
>
> Scott
Linked resources are normally used to link to things outside your
workspace, not to other projects in your workspace. You can use project
dependencies to setup relationships between projects. On the
Properties->Java Build Path->Projects. You can add dependencies on
other projects in your workspace. Your dependent will have access to
all classes in the other project.

If this does not provide you with what you need, then you might be able
to make things work better by using a Variable to define the link.
Point a variable at the root of where the project files will be on each
workstation. When defining the link, use the Variable button and the
extend field to point to the resource you are linking to. If all links
use the same variable, your teammates will only need to define that
variable location in their workspaces.
Previous Topic:Line Breakpoint problems again ...
Next Topic:Not able to create runtime server configuration in WTP 0.7.0
Goto Forum:
  


Current Time: Tue Apr 16 04:29:46 GMT 2024

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

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

Back to the top