Tagged Questions
1
vote
4answers
1k views
FindBugs not accepting bcel.jar in ANT script
I installed findbugs into my ant lib directory and added the following code into my main ANT script:
<target name="findbugs" depends="init">
<findbugs home="C:\\findbugs\\" output="html ...