You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):