Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to automate importing projects into Eclipse?

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.

like image 270
Kevin Beck Avatar asked Oct 06 '09 00:10

Kevin Beck


1 Answers

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 newprojects.txt file in the workspace root. You may want to remove the part that deletes existing projects though.

like image 108
Rich Seller Avatar answered Sep 28 '22 01:09

Rich Seller