Hi, finally at the last hackergarten we made a big step forward to a final version of the findbugs plugin for the gradle code-quality check. But unfortunatelly there are few issues i was able to solve by myself in a reasonable time. So it would be glad if some of you could give me a hint on the following two issues:
- I defined a findbugs configuration within the plugin in order be able to pass the findbugs classpath to the findbugs ant task. This results in the need to declare a findbugs configuration in the buildscript, which is of course not a good thing. - The findbugs task extends SourceTask, would the AbstractCompile be more appropriate, cause findbugs uses the bytecode for the analysis. The source code is checked in the findbugs branch in the code-quality plugin subproject on https://github.com/jonnybbb/gradle/commits/findbugs Thanks Johannes --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
