For my current project, every time I set up a new workspace, I need to import hundreds of existing projects scattered in 20+ different directories. Is there a way to automate this step in Eclipse?
These projects are all checked into ClearCase.
|
|
|
|
|
|
|
Eclipse as the concept of project sets, but I'm pretty sure that's tied to using CVS. My team used this feature and it's how we shared the set of projects between us. Another 2 alternatives I know of: It's an Eclipse project which does component assembly, and one part of that is projects. Documentation was a bit crappy last time I played with it, but it does work. No idea if they have support for ClearCase, though it is extensible. Costs money and is also built on Eclipse. Covers similar ground to Buckminster but goes a whole lot further in team-orientated stuff. |
||
|
|
|
|
For snapshot views, we have a "template" workspace which reference the
So by copying that workspace, we are able to quickly setup the projects for a new member of the team.
Since a snapshot view can be located anywhere you like on your disk, you can:
Of course, that would not be possible with dynamic views, since their paths would by:
You could ask for each user to associate a view to a drive letter, but that do not scale for a large number of views. |
|||
|
|
|
|
This answer shows how to import an arbitrary set of projects into Eclipse using a custom plugin. If I understand your question correctly, you would simply need to specify the paths of all the projects to import in the |
||
|
|
|
|
Could you import them all into a SCCS and then check them out all at once? You might try this as an experiment using |
||
|