-
I pulled the cluster example project from https://developer.lightbend.com/start/?group=akka&project=akka-samples-cluster-scala
With no other changes, I did `sbt assembly` to get a fat jar file to r…
-
Hi:
Trying to use your wonderful tool for mill
```
import mill.modules.Assembly
import coursier.maven.MavenRepository
//object cor_poc extends ScalaModule {
object ai_io extends Sca…
-
TL;DR: use the assembled JAR
- `sbt clean assemble`
- `target/scala-2.13/exist-xqts-runner-assembly-1.0.0.jar -x HEAD`
running the command `sbt "run -es XQ31"` or `sbt "run"`
A fatal error wa…
-
Hello,
I’m trying to compile Akka on my workspace PC using IntelliJ, trying to figure out whole setup so I can contribute productively. I had to work around some issues with IntelliJ’s build proces…
-
[untyped/sbt-plugins](https://github.com/untyped/sbt-plugins) has a nice-looking set of SBT plugins for handling the web assets pipeline, including JS/CoffeeScript and SASS. These might be worth looki…
hawkw updated
9 years ago
-
mazgi updated
10 years ago
-
...please!
-
https://github.com/lihaoyi/mill
It's interesting to say the least.
-
1) Set up environment:
```shell
dir=$(mktemp -d)
cd "$dir"
mkdir -p src/test/scala project
cat >project/build.propertiessrc/test/scala/Test.scala test
[info] Updating ...
[info] Done updat…
-
Add Webapp to the root sbt project so that we can compile and test it in our CI.