Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

2013-05-06 Thread Konstantin Komissarchik
My understanding is that Sonar is a dashboard. It will not do analysis on its own. You still have to push FindBugs results to it yourself. I know how to run FindBugs as part of a build. What I am trying to figure out is where on our Hudson server is FindBugs located, so that I can avoid having

Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

2013-05-06 Thread Wayne Beaton
It's installed under the /shared directory on build. /shared/common/findbugs-1.3.9/ (that's all I know...) Wayne On 05/06/2013 11:32 AM, Konstantin Komissarchik wrote: My understanding is

Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

2013-05-06 Thread Konstantin Komissarchik
Thanks! From: cross-project-issues-dev-boun...@eclipse.org [mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Wayne Beaton Sent: Monday, May 06, 2013 8:35 AM To: cross-project-issues-dev@eclipse.org Subject: Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

2013-05-06 Thread Wayne Beaton
I've created a wiki page for FindBugs: http://wiki.eclipse.org/FindBugs Linked from: http://wiki.eclipse.org/IT_Infrastructure_Doc#Code_Quality_Analysis I'd be great if you could add a few words describing how you incorporate it into your particular type