sbt/util
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
..
classfile classfile analyzer should pass full name to AnalysisCallback 2012-05-08 20:25:25 -04:00
classpath using some of the embedding interfaces 2012-04-18 11:02:52 -04:00
collection rank settings, tasks and use this to restrict help/settings/tasks output. fixes #315 2012-03-25 20:35:09 -04:00
complete ensure enableEcho called after jline.Terminal.getTerminal. fixes #460 2012-05-19 18:20:19 -04:00
control Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
datatype port build to 0.10, fixes #30 2011-06-10 07:58:18 -04:00
env replace Path with RichFile 2011-05-14 18:21:41 -04:00
io delete symlink and not its contents when recursively deleting a directory 2012-05-11 21:24:05 -04:00
log Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
process Refactor according to the comments. 2012-05-17 07:24:24 -04:00