sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

Duplicate org.scala-ide.sdt.launching.SCALA_CONTAINER and org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER in .classpath

Open alexeyr opened this issue 11 years ago • 1 comments

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).

alexeyr avatar Feb 12 '14 09:02 alexeyr

Still happens with SCALA_CONTAINER (but not SCALA_COMPILER_CONTAINER) in 2.5.0.

alexeyr avatar May 21 '14 06:05 alexeyr