Test detection and XML output edition
This release requires bazel 0.2.1.
The main new features are:
- add an XML test formatter that writes junit XML results where bazel wants them #24
- pass the JAVACMD to scalac so the java environment from bazel is used #19
- fix a bug with resources not adding all items #17
- deprecate using explicit suites in tests, autodetection of scalatests should work #7
- support empty srcs to allow scala_library with only exports and runtime_deps #5
thanks to @johnynek @smparkes @dinowernli and @avibryant for contributions to this release.