[1] https://groups.google.com/forum/#!topic/simple-build-tool/0rhVRPnjyZU
[2] https://github.com/harrah/xsbt/issues/210
--
Yang Zhang
http://yz.mit.edu/
> --
> You received this message because you are subscribed to the Google Groups
> "simple-build-tool" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/simple-build-tool/-/oDeO9B9djZIJ.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to
> simple-build-t...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/simple-build-tool?hl=en.
>
-eugene
> --
> You received this message because you are subscribed to the Google Groups
> "simple-build-tool" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/simple-build-tool/-/oQa0fIO4wNkJ.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to
> simple-build-t...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/simple-build-tool?hl=en.
>
--
Yang Zhang
http://yz.mit.edu/
FWIW, we've needed it in every sbt project we've had so far, including
a web application, a machine learning featurizer, a scraper, and
various little data processing tools. This has mainly been for
feeding into other Java tools, but also other little things like
creating independent launcher scripts
(http://stackoverflow.com/questions/7134993/how-do-i-run-an-sbt-main-class-from-the-shell-as-normal-command-line-program).
That's why I thought it would be useful to have this built-in.
Not really being specific to deployment at all; in fact, I imagine
this is mainly useful throughout the development process. Just
whenever you just want to get the damned classpath in its standard
format without having to go look up and paste in a two-line script or
otherwise modify your project configuration or add a plug-in or what
have you.
>
> Check out the assembly plugin, https://github.com/eed3si9n/sbt-assembly,
> which will package that all up for you so you can deploy any app
> essentially anywhere that has a java runtime.
>
> --
> You received this message because you are subscribed to the Google Groups
> "simple-build-tool" group.