I'm instrumenting my java builds through jenkins, and the warnings plug-in has an option for scanning classes with the eclipse compiler, but I can't make it produce anything.
I looked through the buildr code and it looks like it uses a literal 'javac' when compiling, so I'm not sure how I could optionally switch out the compiler just for my test build (we have many other environments running java builds that I don't want to interfere with).
The standard javac is generating warnings, but I would like to be able to take an easy second pass with buildr and get those warnings as well.
Any idea how to make this work?