Skip to content

Instantly share code, notes, and snippets.

@fbettag
Created November 4, 2012 21:45
Show Gist options
  • Save fbettag/4013910 to your computer and use it in GitHub Desktop.
Save fbettag/4013910 to your computer and use it in GitHub Desktop.
The reality of #sbt. a fucked up build system for scala..
scala> exit
<console>:11: warning: method exit in object Predef is deprecated: Use sys.exit() instead
exit
^
null
scala> sys.exit()
null
scala> <- (i hit ctrl+d, screen locked up and i had to wait a few seconds)
scala>
Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "SIGINT handler" <- (this means i hit ctrl+c)
Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "SIGINT handler" <- (this means i hit ctrl+c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment