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 to add FindBugs jars to the project's Git repo. All examples I've
seen so far of running FindBugs on eclipse.org Hudson involved Maven, which
doesn't help me.

 

- Konstantin

 

 

From: cross-project-issues-dev-boun...@eclipse.org
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Mickael
Istria
Sent: Sunday, May 05, 2013 2:14 PM
To: cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

 

There is a Sonar instance hosted at Eclipse.org and usable from Hudson.
Sonar checks do include Findbugs analysis, and more.

You can get some insights about how to get a job running and publishing
Sonar analysis at http://wiki.eclipse.org/Sonar

-- 
Mickael Istria
Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools 
My blog http://mickaelistria.wordpress.com  - My Tweets
http://twitter.com/mickaelistria 

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


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 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 to add FindBugs
jars to the projects Git repo. All examples Ive seen so
far of running FindBugs on eclipse.org Hudson involved
Maven, which doesnt help me.

-
Konstantin



  
From:
cross-project-issues-dev-boun...@eclipse.org
[mailto:cross-project-issues-dev-boun...@eclipse.org] On
  Behalf Of Mickael Istria
Sent: Sunday, May 05, 2013 2:14 PM
To: cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] FindBugs
on hudson.eclipse.org?
  


There is a Sonar instance hosted at
  Eclipse.org and usable from Hudson.
  Sonar checks do include Findbugs analysis, and more.
  
  You can get some insights about how to get a job running and
  publishing Sonar analysis at http://wiki.eclipse.org/Sonar

  -- 
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

  
  
  
  
  ___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



-- 
  Wayne Beaton
  Director of Open Source Projects, The Eclipse Foundation
  Learn about Eclipse
Projects
  
  

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


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 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 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 to add FindBugs jars to the project's Git repo. All examples I've
seen so far of running FindBugs on eclipse.org Hudson involved Maven, which
doesn't help me.

 

- Konstantin

 

 

From: cross-project-issues-dev-boun...@eclipse.org
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Mickael
Istria
Sent: Sunday, May 05, 2013 2:14 PM
To: cross-project-issues-dev@eclipse.org
Subject: Re: [cross-project-issues-dev] FindBugs on hudson.eclipse.org?

 

There is a Sonar instance hosted at Eclipse.org and usable from Hudson.
Sonar checks do include Findbugs analysis, and more.

You can get some insights about how to get a job running and publishing
Sonar analysis at http://wiki.eclipse.org/Sonar

-- 
Mickael Istria
Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools 
My blog http://mickaelistria.wordpress.com  - My Tweets
http://twitter.com/mickaelistria 






___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

 

-- 
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation
http://www.eclipse.org 
Learn about Eclipse Projects http://www.eclipse.org/projects 
 http://www.eclipsecon.org/france2013 EclipseCon
France 2013

image001.png___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


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 build (Ant, right?)

Thanks!

Wayne

On 05/06/2013 11:43 AM, Konstantin
  Komissarchik wrote:


  
  
  
  
  
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 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 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 to add
  FindBugs jars to the projects Git repo. All examples Ive
  seen so far of running FindBugs on eclipse.org Hudson
  involved Maven, which doesnt help me.
  
  -
  Konstantin
  
  
  

  From:
  cross-project-issues-dev-boun...@eclipse.org
  [mailto:cross-project-issues-dev-boun...@eclipse.org]
  On Behalf Of Mickael Istria
  Sent: Sunday, May 05, 2013 2:14 PM
  To: cross-project-issues-dev@eclipse.org
  Subject: Re: [cross-project-issues-dev]
  FindBugs on hudson.eclipse.org?

  
  
  There is a Sonar instance hosted at
Eclipse.org and usable from Hudson.
Sonar checks do include Findbugs analysis, and more.

You can get some insights about how to get a job running and
publishing Sonar analysis at http://wiki.eclipse.org/Sonar
  
-- 
  Mickael Istria
  Eclipse developer at JBoss, by Red Hat
  My blog -
  My Tweets
  
  



  ___
  cross-project-issues-dev mailing list
  cross-project-issues-dev@eclipse.org
  https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



  -- 
Wayne Beaton
Director of Open Source Projects, The Eclipse Foundation
Learn about Eclipse Projects


  
  
  
  
  ___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



-- 
  Wayne Beaton
  Director of Open Source Projects, The Eclipse Foundation
  Learn about Eclipse
Projects
  
  

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev