sbt-assembly Questions
1
Solved
I have a single scala project built with sbt using a build.scala file. I can use sbt-assembly to generate a single executable jar file from this project without problem. Now I want to generate mult...
Odont asked 4/9, 2013 at 10:26
2
Solved
What is meant under the term classifiers? Is it comes from Jars? For example in sbt-assembly plugin:
artifact in (Compile, assembly) ~= { art =>
art.copy(`classifier` = Some("assembly"))
}
Into asked 2/9, 2013 at 10:56
2
Solved
I am coding in scala and using SBT with sbt-assembly plugin. My project has a lot of external libraries, and therefore sbt-assembly takes a long time to pack the JAR file. I would like to have a se...
Mcdonough asked 25/7, 2013 at 19:41
2
Solved
I'm using sbt-assembly to create a runnable jar, but my application crashes because jai imageio loads the vendor name from the MANIFEST.MF file. If I manually edit the META-INF/MANIFEST.MF file fro...
Katheykathi asked 25/1, 2012 at 20:58
1
Solved
I'm trying to use sbt-assembly and am having trouble getting it installed.
Verbatim from the readme I added the project/plugins.sbt with the dependency:
addSbtPlugin("com.eed3si9n" % "sbt-assem...
Lowbred asked 2/4, 2013 at 15:24
1
Solved
I'm building a Scala project with sbt and creating a fat jar with the sbt-assembly plugin. I'm able to add unmanaged jars (such as the Sigar jar) by adding the following to build.sbt.
unmanagedJar...
Naif asked 19/2, 2013 at 20:8
1
Solved
So thus far I've been compiling my Scala project with SBT (via Typesafe stack). I want to run the code across several machines now, via sbt-assembly. Following directions, the only one change I mad...
Shcherbakov asked 11/6, 2012 at 21:58
3
Solved
I am trying to install sbt-assembly by following the instructions in order to make a stand-alone jar that can run on a computer without scala installed.
So far these are the steps I've taken.
I c...
Preacher asked 12/12, 2011 at 6:56
© 2022 - 2024 — McMap. All rights reserved.