sbt / sbt/sbt-eclipse

Support for multi-project build

Open
#353 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
712
Forks
163
PR merge metrics
No merged PRs in 30d

Description

I created inner project using guidelines from Documentation
Project compiles under SBT and runs correctly, but when I invoke eclipse it:

  1. Doesn't honor EclipseKeys.withSource := false and EclipseKeys.withJavadoc := false for subproject (it downloads it anyway)
  2. In Eclipse folder containing source of a subproject is not being added into Source folder in Build Path
  3. Dependencies for subproject are not being imported into Eclipse despite aggregate(backend).dependsOn(backend)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Multi-Project documentation and reproduce the reported behavior by invoking eclipse on the described inner project. Check whether subproject source folders, dependency imports, and the EclipseKeys.withSource and EclipseKeys.withJavadoc settings are reflected in Eclipse; done means all three reported discrepancies are resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.