Created
January 13, 2015 11:21
-
-
Save szeiger/283c534c8a910b0835bc to your computer and use it in GitHub Desktop.
This file contains 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
buildCapabilitiesTable := { | |
val logger = ConsoleLogger() | |
Run.executeTrapExit({ | |
System.err.println("1") | |
val r = runner.value | |
Run.run( "com.typesafe.slick.testkit.util.BuildCapabilitiesTable", | |
(fullClasspath in Compile).value.map(_.data), | |
Seq("src/sphinx/capabilities.csv"), | |
logger)(r) | |
System.err.println("2") | |
}, logger) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment