Static Analysis with findbugs
![]()
Hi
After I run findbugs using all the step I found on this forum, I run a build but I don't see the results of findbugs on teamconcert. This is the output I get from ANT: staticAnalysis: subAnalysis: timestamp: 17:57:13 PM started FindBugs analysis on StaticAnalysis Created dir: C:\Program Files\IBM\TeamConcertBuild\buildsystem\analysis\workingDir\results\FindBugs invokeFindBugs: Running static analysis (FindBugs) on C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse\loaded\mammoth_qa\bin Warnings generated: 26 FindBugs invocation completed with this return: 0 FindBugs result file at: C:\Program Files\IBM\TeamConcertBuild/buildsystem/analysis/workingDir/results/FindBugs/FindBugs_175713.xml publishFindBugsResult: Not using a proxy to reach https://XXXX/jazz/ findBugsAnalysis: timestamp: 17:57:31 PM finished FindBugs analysis on StaticAnalysis Is there any way to attach the file C:\Program Files\IBM\TeamConcertBuild/buildsystem/analysis/workingDir/results/FindBugs/FindBugs_175713.xml to the build result? I see that it is running a publish of the results but I don't see them in TeamConcert. Regards, Rick Gomes |
One answer
![]()
For the static analysis to show up in the client, the static analysis
incubator must be installed on the client. You can download the incubator from the https://jazz.net/downloads/rational-team-concert/releases/1.0.1?p=allDownloads page near the bottom. - Matt Lavin Jazz Server Team On Fri, 2009-01-23 at 00:17 +0000, gomesr wrote: Hi |