Hi,
We have a Scala 2.10.0 CLI tool that we deploy with sbt-start-script (0.7.0). However, when we stage the project, deploy it, and attempt to run it we throw exceptions related to a missing scala-library 2.10.0 jar. When we include this jar in the /lib directory of our sbt project everything works as expected (it's included in the package and referenced in the start script class path). Should sbt-start-script not always include and reference the scala-library jar in the end-result package?
We do not have this problem with a similar project using sbt-start-script 0.6.0 and using scala 2.9.2.
Regards,
Sean
Hi,
We have a Scala 2.10.0 CLI tool that we deploy with sbt-start-script (0.7.0). However, when we stage the project, deploy it, and attempt to run it we throw exceptions related to a missing scala-library 2.10.0 jar. When we include this jar in the /lib directory of our sbt project everything works as expected (it's included in the package and referenced in the start script class path). Should sbt-start-script not always include and reference the scala-library jar in the end-result package?
We do not have this problem with a similar project using sbt-start-script 0.6.0 and using scala 2.9.2.
Regards,
Sean