Skip to content

How to test sevntu checkstyle build on opensource projects

Roman Ivanov edited this page Aug 14, 2013 · 9 revisions

Author: Ilja Dubinin

Go to directory with yours git repos:

cd ~/git

Select any open-source projects on github.
For example:
https://github.com/eclipse/eclipse.platform.runtime.e4
https://github.com/eclipse/egit
https://github.com/hibernate/hibernate-orm
https://github.com/SpringSource/spring-framework

And clone them:

git clone https://github.com/SpringSource/spring-framework.git
git clone https://github.com/hibernate/hibernate-orm.git
git clone https://github.com/eclipse/egit.git 
git clone git://git.eclipse.org/gitroot/e4/eclipse.platform.runtime.e4.git

Open eclipse and do Import (make sure, that you have EGit plugin in Eclipse):

Select Git:

Select local:

Add projacts:

Set yours directory and select projects:

And one-by-one add git projects to working set:


Finish:

That’s all. Use open-source to test your checks.

Clone this wiki locally