Re: Automated FindBugs Reportg

2010-12-06 Thread Henri Gomez
I got some news. Adding Tomcat 5.5 / 7.x to nemo will require some study, since projects will require some works (build.xml/build.properties). It's usually faster for Mavenised projects but sadly Tomcat is still ant based :( 2010/12/6 Henri Gomez > I'll ask them :-) > > Le 5 déc. 2010 à 22:57,

Re: Automated FindBugs Reportg

2010-12-05 Thread Henri Gomez
I'll ask them :-) Le 5 déc. 2010 à 22:57, Mark Thomas a écrit : > On 05/12/2010 20:50, Henri Gomez wrote: >> We should just ask Sonar Team. >> >> I know them, would you like me to contact them ? >> >> Tomcat 5.5 and 7 ? > > That would be great. > > I'd request: > http://svn.apache.org/repos

Re: Automated FindBugs Reportg

2010-12-05 Thread Mark Thomas
On 05/12/2010 20:50, Henri Gomez wrote: > We should just ask Sonar Team. > > I know them, would you like me to contact them ? > > Tomcat 5.5 and 7 ? That would be great. I'd request: http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/ http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/ htt

Re: Automated FindBugs Reportg

2010-12-05 Thread Henri Gomez
We should just ask Sonar Team. I know them, would you like me to contact them ? Tomcat 5.5 and 7 ? Le 2 déc. 2010 à 23:31, Mark Thomas a écrit : > On 02/12/2010 22:07, Henri Gomez wrote: >> FindBugs, Checkstyle and many more QA tests are allready provided by >> Sonar team for Tomcat :-) >> >

Re: Automated FindBugs Reportg

2010-12-02 Thread Mark Thomas
On 02/12/2010 21:32, Christopher Schultz wrote: > All, > > I've recently been playing with FindBugs on my own projects and have it > working via ant, ignoring checks that I find legitimate, and producing > readable reports. > > Is anyone interested in me adding a "findbugs" target to the build >

Re: Automated FindBugs Reportg

2010-12-02 Thread Mark Thomas
On 02/12/2010 22:07, Henri Gomez wrote: > FindBugs, Checkstyle and many more QA tests are allready provided by > Sonar team for Tomcat :-) > > http://nemo.sonarsource.org/dashboard/index/50544 Nice. It looks liek that is for Tomcat 6.0.x. How do we get 7.0.x and 5.5.x added? Mark --

Re: Automated FindBugs Reportg

2010-12-02 Thread Henri Gomez
> All, > > I've recently been playing with FindBugs on my own projects and have it > working via ant, ignoring checks that I find legitimate, and producing > readable reports. > > Is anyone interested in me adding a "findbugs" target to the build > script to invoke findbugs and produce a report? Re

Automated FindBugs Reportg

2010-12-02 Thread Christopher Schultz
All, I've recently been playing with FindBugs on my own projects and have it working via ant, ignoring checks that I find legitimate, and producing readable reports. Is anyone interested in me adding a "findbugs" target to the build script to invoke findbugs and produce a report? Reports can be g