Skip to content

Fix Scala 2.10 IDE validation failures #70

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

Closed

Conversation

gkossakowski
Copy link

Check individual commits for details.

Sbinary's master specifies sbt version explicitly which fixes dbuild
failure. As a bonus, it also supports building with sbt 0.13.x. The 0.4.2
tag supports sbt 0.12.x only. Building with sbt 0.13.x should make
everything a bit more smooth.
When building zinc, dbuild seems to be not picking up property passed to
it when doing repository configuration resolution.

Dbuild is invoked this way:

bin/dbuild -DprRepoUrl=http://private-repo.typesafe.com/typesafe/scala-pr-validation-snapshots/ sbt-on-2.10.x

The relevant line in `zinc/bin/dbuild.properties` looks like that:

pr-scala: ${prRepoUrl-https://oss.sonatype.org/content/repositories/snapshots}

This means, it should use the `prRepoUrl` property if defined. For reason
that I didn't figure out it doesn't pick up that property.

My work-around is to replace the default value with the one that should
be picked up from the property. The previous default value didn't make
much sense anyway.
@ghprb-bot
Copy link

Can one of the admins verify this patch?

@gkossakowski
Copy link
Author

Per @dragos, Scala IDE for 2.10 is not maintaned because IDE has cross-version support for Scala now.

Closing this PR.

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 this pull request may close these issues.

2 participants