Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startScriptForClassesSettings uses jars? #38

Open
Chemmo opened this issue Jul 17, 2013 · 0 comments
Open

startScriptForClassesSettings uses jars? #38

Chemmo opened this issue Jul 17, 2013 · 0 comments

Comments

@Chemmo
Copy link

Chemmo commented Jul 17, 2013

Unless I am misunderstanding the startScriptForClassesSettings setting should cause the generated classpath to contain the target/<scala_ver>/classes folders as opposed to the jar files at target/<scala_ver>? Since I have been using this in 0.8.0 it is only generating the classpath containing jar files.

"start-script-for-classes", "Generate a shell script to launch from classes directory"

Most importantly, I don't see any difference in the output of the start script when using startScriptForClassesSettings or startScriptForJarSettings.

I am using a multiproject build, for example:

lazy val util = Project("util", file("util"), settings = SbtStartScript.startScriptForClassesSettings ++ myotherstuff)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant