Skip to content

Instantly share code, notes, and snippets.

@heathermiller
Created February 22, 2016 18:11
Show Gist options
  • Save heathermiller/d6fd73f95350f1fe8f2e to your computer and use it in GitHub Desktop.
Save heathermiller/d6fd73f95350f1fe8f2e to your computer and use it in GitHub Desktop.
gradeLocal issue
⌘ ~/Dropbox/git-shared/moocs (master) sbt
[info] Loading project definition from /Users/hmiller/Dropbox/git-shared/moocs/project
[info] Set current project to root (in build file:/Users/hmiller/Dropbox/git-shared/moocs/)
>
>
> parprog1/gradeLocal scalashop
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Expected '::'
[error] Expected end of input.
[error] parprog1/gradeLocal scalashop
[error] ^
> parprog1/gradeLocal
[info] Updating {file:/Users/hmiller/Dropbox/git-shared/moocs/}parprog1...
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[info] Compiling 6 Scala sources to /Users/hmiller/Dropbox/git-shared/moocs/courses/parprog1/target/scala-2.11/classes...
[info] Compiling 1 Scala source to /Users/hmiller/Dropbox/git-shared/moocs/courses/parprog1/target/scala-2.11/test-classes...
{
"errors": "",
"fractionalScore": 0.00,
"feedback": "Your overall score for this assignment is 0.00 out of 10.00\n\n\nAn error occurred while running our tests on your submission.\n\nIn order for us to help you, please contact one of the teaching assistants and send\nthem the entire feedback message that you received.\n\n======== ERROR LOG OF TESTING TOOL ========\nError occurred while running the ScalaTest command\njava.io.IOException: Cannot run program \"\/grader\/java\/jre1.8.0_40\/bin\/java\": error=2, No such file or directory\n"
}
[success] Total time: 11 s, completed Feb 22, 2016 7:08:14 PM
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment