Skip to content

Search in project module inside a test-scope classpath #84

Description

@BrainHorse

Given sbt project, I haven't found an ability to run project-aware commands against the test classpath of a module. The --module flag only resolves the compile-scope classpath, so symbols from test dependencies are never found. Attempting --module /Test (following sbt's own scope syntax) results in a compilation error:

  Compilation failed:
  [error] Expected key
  [error] Not a valid key: Compile (similar: compile, compilers, compileJava)
  [error] export server/Test/Compile/fullClasspath

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