Source browsing on java files outside of workspace [message #675795] |
Wed, 01 June 2011 10:26  |
Eclipse User |
|
|
|
Hey guys,
We have source code organized into two big workspaces (let's call it A and B). Projects in both workspaces will end up being deployed and running on the same platform. When people develop on projects in workspace A, they also want to be able to do the following thins in the java files in workspace B:
1. Open the source code in workspace B;
2. Use the "Open Type" feature to find classes in workspace B;
3. Find call hierarchy for a certain API from both workspace A and B;
I know in eclipse, we need a java file to be in the workspace or in the classpath to do all those things. Is there any way, e.g. extension point, that we can provide extra search path to eclipse, so that eclipse can do what I said above?
Thanks.
|
|
|
|
|
|
Re: Source browsing on java files outside of workspace [message #675958 is a reply to message #675855] |
Thu, 02 June 2011 02:50  |
Eclipse User |
|
|
|
On 01.06.2011 19:48, Raymond wrote:
> We have hundreds projects in total. A developer may only work on some
> of them. No one wants to have so many projects imported into his
> workspace.
Well, but on the other hand it seems you need all of them? You could use
working sets to group the projects or even close unrelated projects and
then reopen them when needed.
Another solution could be to use File > Switch Workspace.
Dani
|
|
|
Powered by
FUDForum. Page generated in 0.05025 seconds