Support for multi-project build
Open
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:
- Doesn't honor
EclipseKeys.withSource := falseandEclipseKeys.withJavadoc := falsefor subproject (it downloads it anyway) - In Eclipse folder containing source of a subproject is not being added into
Source folderin Build Path - 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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