Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse import project using command line

Tags:

I want to create a script to checkout some projects from cvs and automatically import them into eclipse. I can checkout everything into the workspace folder, but the projects don't appear in eclipse. I have to manually import them. Is there a way to import the projects using the command line?

Thanks

Kelly

like image 605
Kelly Goedert Avatar asked Jan 18 '12 09:01

Kelly Goedert


People also ask

How do I import a project into a new workspace?

The projects available under the selected directory are displayed in the Projects area of the Import Projects wizard. Select the required project(s) to import. Select the Copy projects into workspace option. Click Finish.


1 Answers

I wanted something simple without any dependencies and a plugin seemed to be the best answer. I wrote one and posted it here:

https://github.com/seeq12/eclipse-import-projects-plugin

like image 76
mpderbec Avatar answered Sep 19 '22 03:09

mpderbec