Skip to content

startScriptForClassesSettings uses jars? #38

@Chemmo

Description

@Chemmo

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions