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