sbt/util/control
Mark Harrah 5ff33fad3e Second try at printing message when stack trace suppressed.
Problems:

  1. Without a message, users don't find 'last'
  2. Showing a message for every error clutters output.

This tries to address these issues by:

1. Only showing the message when other feedback has not been provided and
   'last' would not usually be helpful.  This will require ongoing tweaking.
   For now, all commands except 'compile' display the message.  'update' could
   omit the message as well, but perhaps knowing about 'last' might be
   useful there.

2. Including the exact command to show the output:
    last test:compile
   and not just
    last <task>

3. Highlighting the command in blue for visibility as an experiment.

Review by @ijuma and @retronym, please.
2012-05-19 18:20:19 -04:00
..
ErrorHandling.scala missing import 2011-11-04 13:44:09 -04:00
ExitHook.scala command logging through Streams, 'last' without a key to redisplay it 2011-03-21 20:26:04 -04:00
MessageOnlyException.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00