tomaswolf / gerrit-gitblit-plugin

Integrates standard GitBlit (currently 1.7.1) as a repository viewer in Gerrit
Apache License 2.0
22 stars 5 forks source link

Gerrit and Gitblit Integration #6

Closed santhoshjoy closed 9 years ago

santhoshjoy commented 9 years ago

I had deployed a gitblit instance and I can able to clone my project and its visible in gitblit UI. Similarly, I have a gerrit UI which currently were not showing any code. Everything is blank. My goal is I have to integrate the gitblit code into gerrit as a code review tool. I tried this http://www.slideshare.net/lucamilanesio/gitblit-plugin-for-gerrit-code-review. I can able to run the maven successfully after clearing so many issues. But in gerrit UI, I can able to see the blank page with gerrit sections. Can you please help what I am doing wrong here.

tomaswolf commented 9 years ago

If I understand you right, you have a GitBlit server running, and you have a Gerrit server running. Those two will be completely separate, and that setup has got nothing to do with this plugin.

If you want to build this plugin here, see the "Building" section in the README.md. You'll need Eclipse with maven support and m2e and m2e-apt. Or simply download a pre-built release.

If you are trying to build the official plugin, then please see there on how to do it, and if you have problems with that, ask Luca Milanesio in the repo-discuss forum. Or simply download a pre-built jar from https://ci.gerritforge.com/ .