Analog to Ruby bundler in Scala
Are there any analog of Ruby bundler in Scala开发者_JS百科?
I think SBT assembly is what you are looking for it will create a single jar file which can be used 'standalone' : http://implicit.ly/sbt-assembly-071 SBT is the 'scala' built tool if you will, it helps a lot managing scala projects: https://github.com/harrah/xsbt/wiki
Look out for proguard.
I don't know your Ruby bundler, but proguard is able to strip down the archive to the needed classes only. Very interesting, easy to use.
精彩评论