Any way to automate Eclipse workspace setup?

前端 未结 3 580
南笙
南笙 2020-12-17 03:40

I recently started setting up a new Eclipse Workspace for a new project I am working on. It requires checking out from a variety of CVS repositories, including setting up a

3条回答
  •  死守一世寂寞
    2020-12-17 03:56

    I have created a Vagrant project that does exactly this for WSO2 Products.

    The vagrant project is: here

    The eclipse application setup script is: here

    The workspace setup script is: here

    Currently, it imports all the projects, but doesn't yet build the workspace automatically - that is my next goal.


    Credits:

    Kudos to spektom and the answer here that made it all possible.

提交回复
热议问题