Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on scala compiler should be treated in special way #44

Closed
gkossakowski opened this issue Oct 19, 2011 · 1 comment
Closed

Comments

@gkossakowski
Copy link
Contributor

Hi,

If you add dependency on a compiler like this:

libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _)

then you end up with compiler dependency being added as a normal jar to .classpath file as any other. However, we should be using the same kind of mechanism that is being used for Scala library dependency.

gkossakowski added a commit to gkossakowski/sbteclipse that referenced this issue Oct 19, 2011
Both Scala library and Scala compiler are treated in
a special way by Scala IDE and .classpath file must
be configured differently for those two dependencies.

So far only Scala library has been treated in a special
way in sbteclipse plug-in. Added the same kind of logic
for Scala compiler.

Fixes sbt#44.

Signed-off-by: Grzegorz Kossakowski <grzegorz.kossakowski@gmail.com>
@hseeberger
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants