Given :
A
& B
(well, actually more), each reference bunch of outside-of-workspace projects scattered around my file system (i.e. there is only .metadata
inside the workspace, no project stored)Goal :
AB
which will group all projects of A
plus projects of B
. A
and B
should appear in AB
.working sets
of workspaces A
and B
as well (may also require some "merging" of working sets
). Is it possible ?Brute-force solution is to create list of projects for each workspace, create new workspace and import all of the projects from list manually. And may be then manually try to re-create working sets
.
I wonder if there is less painful solution.
Thanks a lot. Feel free to give additional suggestions on projects/workspaces/etc. organization that may make life little easier.
Kiruwka,
I know of no other way than to import individual projects, a brute force workaround solution found on Eclipse Forums:
To create a new AB workspace, create a directory/folder (e.g., C:\AB_Workspace), then select this workspace when launching Eclipse or switch from File > Switch Workspace.
Once you are in the new workspace, you can import projects into it: Select: File > Import > General > Existing Projects into Workspace. Click Next, then Browse to directory with Projects you want to import. Works fine, but each individual project is imported individually.
Eclipse Forums has solutions: try there if no one answers you here quickly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With