Duplicate org.scala-ide.sdt.launching.SCALA_CONTAINER and org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER in .classpath
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 712
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
When generating projects for a multi-project SBT build, I get two
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
and
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>
lines in .classpath in one of the projects (which depends on the other).
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
Reproduce the issue by generating Eclipse project definitions for a multi-project SBT build where one project depends on another. Inspect the generated .classpath in the affected project and trace where the duplicate Scala container entries are produced. Done means each of the two container entries appears only once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100