-
When I execute "./sbt "summingbird-example/run --local" ",the following error occured:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[w…
-
[error](thrift:generateJava) java.io.IOException: Cannot run program "thrift": error=2, No such file or directory
Raams-MBP:kinesis-example-scala-consumer raam$ sbt compile
[info] Loading project def…
-
I'm trying to use scalabuf to generate scala code from protofiles, but I'm having trouble getting it to even run. I'm using scala 2.10.3, sbt 0.13.1, and java 1.7.0_21
after checking out the repo,
…
-
project/build.properties (same issue with 0.13.17):
```
sbt.version=1.1.1
```
project/plugins.sbt:
```
addSbtPlugin("eu.sipria.sbt" % "sbt-closure" % "1.1.0")
```
build.sbt:
```
enablePl…
-
If dependencies managed using `externalPom()`, the plugin does not work:
```
last common/scct:scalac-options
java.util.NoSuchElementException: next on empty iterator
at scala.collection.Iterator$…
-
I am trying to use Buck to include the [SBTUITestTunnel][2] library in a couple of iOS apps I am working on. This library extends the standard Xcode UI-testing framework to offer additional features s…
-
Using the `HelloWorld` example in the `README.md`, the sbt shell is just frozen, does not accept any input after the `run` command.
-
Currently multijvm just does a straight copy of jars from the classpath list to the jars directory. The problem with this is that when the classpath changes, any jars that shouldn't be there are left…
-
Basically what I'm seeing is to have "sbt run" and this will do assembly, copy jar to nodes and start app across all nodes.
Perhaps "sbt run 0" would be helpful as well
I see we should add:
- deplo…
-
It reports unresolved dependency: com.hootsuite#sbt-swagger;1.0.0: not found
Is there a particular repo that I need to add to Resolvers?
Thanks.