[cross-project-issues-dev] Hudson changes

2013-05-06 Thread Webmaster(Matt Ward)
Hi Folks, I'm looking into bug 407265 and I think Matthias has got the right solution. As such I'm going to remove the 'default' JAVA_HOME var which should allow the per JDK specified values to take effect. I'm going to make the change tomorrow morning so that the Webmaster team will be a

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

2013-05-06 Thread Mickael Istria
On 05/06/2013 05:32 PM, Konstantin Komissarchik wrote: 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. Running Sonar Hudson plugin on your Maven build will run Findbugs analysis (among others) and will

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 of

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? It's

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
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