Skip to content

Instantly share code, notes, and snippets.

@axiak
Created September 21, 2011 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axiak/1230902 to your computer and use it in GitHub Desktop.
Save axiak/1230902 to your computer and use it in GitHub Desktop.
[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