I'm playing with the wonderful FindBugs plugin for Hudson. Ideally, I'd like to have the build fail if FindBugs finds any problems. Is this possible?
Please, don't try ...
Greetings,
I have a simple test project set up in Hudson and the project's build process (a batch file) generates a findbugs.xml file. This is processed by Hudson's FindBugs plugin but ...
I have hudson deployed on tomcat6 and jdk 1.5
in global manage hudson i configured java 1.4 and java 1.5
for my new job i have selected java 1.4
i didn't specify JAVA_HOME in ...
I am trying to configure a Continous integration system using maven and Hudson. I am not able to generate findbugs output after configuring pom file as below . ...
I'm trying integrate hudson and findbugs by command line. I'm using command line script.
./findbugs -textui -xml -outputFile report.xml src/
When trying to run this I get error
Exception in thread "main" ...