When running javac, print out the number of errors and warnings. Summary: When trying to fix a java_library with a lot of errors, it is helpful to see the error count as you go along so you can tell if you are making progress or not. Test Plan: Built a failing java_library and verify that the message appears.
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0