Created
November 4, 2012 21:45
-
-
Save fbettag/4013910 to your computer and use it in GitHub Desktop.
The reality of #sbt. a fucked up build system for scala..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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