sbt/main
jvican 9d260f68c7
Use `ConsoleReporter` if no reporter is found
This change is necessary in the cases where we have global
initialization issues that have no position, like:

```
[info] [error] scala.reflect.internal.MissingRequirementError: object scala in compiler mirror not found.
```

Before, it was failing with a `sys.error` exception. Now we will report
these issues with a console reporter that is not meant to be
thread-safe.
2017-05-10 21:40:01 +02:00
..
src Use `ConsoleReporter` if no reporter is found 2017-05-10 21:40:01 +02:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00