twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.78k stars 313 forks source link

Sbt build failure #122

Open lucian1900 opened 11 years ago

lucian1900 commented 11 years ago

With sbt 0.11.3-build-0100 from typesafe's ubuntu repo, I get this:

$ sbt clean update package-dist
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
[info] Set current project to default-4378bd (in build file:/home/lucian/Prog/kestrel-2.4.1/)
[success] Total time: 0 s, completed 27-Feb-2013 19:27:19
[info] Updating {file:/home/lucian/Prog/kestrel-2.4.1/}default-4378bd...
[info] Resolving org.scala-lang#scala-library;2.9.1 ...
[info] Done updating.
[success] Total time: 0 s, completed 27-Feb-2013 19:27:19
[error] Not a valid command: package-dist
[error] Not a valid project ID: package-dist
[error] Not a valid configuration: package-dist
[error] Not a valid key: package-dist (similar: package-bin, package-src, package-doc)
[error] package-dist
[error]             ^
alexkehayias commented 11 years ago

I also have this same error even with using sbt 0.11.2 as recommended elsewhere.

MarsYoung commented 7 years ago

..did u solve it?

alexkehayias commented 7 years ago

I haven't looked at this in years sorry!

eric commented 7 years ago

I have a working branch over at https://github.com/papertrail/kestrel that has fixed these sbt problems.