Created
September 21, 2011 01:08
-
-
Save axiak/1230902 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
[info] Set current project to default-5f8541 (in build file:/home/axiak/.sbt/plugins/) | |
[info] Compiling 2 Scala sources to /home/axiak/.../project/target/scala_2.8.1/classes... | |
[error] /home/axiak/.../project/Build.scala:13: not found: value ShellPrompt | |
[error] shellPrompt := ShellPrompt.buildShellPrompt | |
[error] ^ | |
[error] /home/axiak/.../project/Simulator.scala:26: not found: type App | |
[error] object Simulator extends App { | |
[error] ^ | |
[error] /home/axiak/.../Simulator.scala:27: not found: value args | |
[error] if (args.isEmpty) { | |
[error] ^ | |
[error] /home/axiak/.../Simulator.scala:31: not found: value args | |
[error] val stockData = Source.fromFile(args(0)).getLines.map { line: String => | |
[error] ^ | |
[error] four errors found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment