8000 Recompilation · epfldata/squall Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Aleksandar Vitorovic edited this page May 3, 2016 · 25 revisions

The code can be compiled by running

  $ sbt compile

The command for generating the Squall jar (squall-core/target/squall-0.2.0.jar) is:

  $ sbt package

The recompile.sh from the bin directory contains only sbt package. You can add your code to some of the Squall source code directories, and it will be included in the compilation process.

In addition, if you want to package only the dependencies (squall-core/target/squall-dependencies-0.2.0.jar), please run the following command:

  $ sbt assemblyPackageDependency

Finally, if you want to include the dependencies in a jar (squall-core/target/squall-standalone-0.2.0.jar):

  $ sbt assembly

If something doesn't work as expected, check the troubleshooting section or open an issue.

Clone this wiki locally
0