kestrel icon indicating copy to clipboard operation
kestrel copied to clipboard

Sbt build failure

Open luci1900 opened this issue 12 years ago • 4 comments
trafficstars

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]             ^

luci1900 avatar Feb 28 '13 10:02 luci1900

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

alexkehayias avatar May 30 '13 00:05 alexkehayias

..did u solve it?

MarsYoung avatar Sep 21 '16 08:09 MarsYoung

I haven't looked at this in years sorry!

alexkehayias avatar Sep 21 '16 14:09 alexkehayias

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

eric avatar Sep 21 '16 17:09 eric