Bug#639910: some hurdles packaging sbt
Hi,
I've opened a pull request to get my current attempt of bootstrapping sbt into
sbt upstream:
https://github.com/harrah/xsbt/pull/308
However this does not yet work completely. I can start sbt and enter the
console, but
* it complains:
project/p.sbt:0: error: not found: object Keys
import sbt._, Process._, Keys._
* I can delete project/p.sbt. In that case sbt tries to download sbt from the
default repositories and I couldn't find a way to point it to another (local)
repository.
* I tried to set the debug logging level with no success.
I hope that the above are only some kind of simple configuration problems.
Question is only, which configuration?
Regards,
Thomas Koch, http://www.koch.ro
Reply to: