Is it possible to specify the classes location like you can in the findbugs ant task?
or is there another way to exclude a directory of class files (we compile our test classes to a different directory and don't want to use findbugs on those)
P.V. Goddijn