Skip to content

Instantly share code, notes, and snippets.

@michaelpigg
Created February 12, 2015 15:22
Show Gist options
  • Save michaelpigg/9cacd81ed43780fefa7d to your computer and use it in GitHub Desktop.
Save michaelpigg/9cacd81ed43780fefa7d to your computer and use it in GitHub Desktop.
build errors
[error] References to undefined settings:
[error]
[error] scala/*:sourceDirectory from scala/universal:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/*:sourceDirectory from scala/docker:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/compile:mainClass from scala/*:batScriptReplacements (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:sourceDirectory from scala/*:rpmScriptletsDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/*:sourceDirectory from scala/*:debianControlScriptsDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/universal:cacheDirectory from scala/universal:stage (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/runtime:fullClasspath from scala/*:reStart::fullClasspath (/Users/michael/.sbt/0.13/build.sbt:7)
[error]
[error] scala/universal-src:cacheDirectory from scala/universal-src:stage (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/compile:mainClass from scala/*:bashScriptDefines (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:sourceDirectory from scala/*:makeBashScript (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/universal-docs:cacheDirectory from scala/universal-docs:stage (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/compile:packageBin from scala/*:scriptClasspathOrdering (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:projectId from scala/*:scriptClasspathOrdering (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/compile:packageBin::artifact from scala/*:scriptClasspathOrdering (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/runtime:dependencyClasspath from scala/*:scriptClasspathOrdering (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/compile:run::mainClass from scala/*:reStart::mainClass (/Users/michael/.sbt/0.13/build.sbt:7)
[error]
[error] scala/*:sourceDirectory from scala/windows:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/*:sourceDirectory from scala/universal-docs:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/docker:cacheDirectory from scala/docker:dockerGenerateContext (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:sourceDirectory from scala/*:makeBatScript (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/*:sourceDirectory from scala/linux:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] scala/compile:products from scala/*:reStart (/Users/michael/.sbt/0.13/build.sbt:7)
[error]
[error] scala/*:normalizedName from scala/*:packageName (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:normalizedName from scala/windows:packageName (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:scalaInstance from scala/*:reForkOptions (/Users/michael/.sbt/0.13/build.sbt:7)
[error]
[error] scala/debian:normalizedName from scala/debian:debianPackagingJdeb (/Users/michael/.sbt/0.13/build.sbt:5)
[error]
[error] scala/*:sourceDirectory from scala/universal-src:sourceDirectory (/Users/michael/.sbt/0.13/build.sbt:5)
[error] Did you mean scala/universal:sourceDirectory ?
[error]
[error] Use 'last' for the full log.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment