Skip to content

Instantly share code, notes, and snippets.

@szeiger
Created January 13, 2015 11:21
Show Gist options
  • Save szeiger/283c534c8a910b0835bc to your computer and use it in GitHub Desktop.
Save szeiger/283c534c8a910b0835bc to your computer and use it in GitHub Desktop.
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