Is there any way/plans to conditionally do tasks depending on whether javac did anything or not?
I have some class post-processing and some reflection/source code generation after the compile step, it would be ideal if it only invoked this step if javac actually did anything. Thanks, -j
