milessabin / si2712fix-demo

This repository contains a minimal SBT project for experimenting with a fix for SI-2712
19 stars 3 forks source link

please publish sources / javadocs for your build of scala #8

Closed fommil closed 8 years ago

fommil commented 8 years ago

the ensime tests assume that the sources / javadocs of scala-library are available, but you didn't publish them, so I can't get a green light on SI-2712 regression testing :sob: https://github.com/ensime/ensime-server/pull/1419

milessabin commented 8 years ago

I did publish them ... they're in the repo here. Is there something else you need?

fommil commented 8 years ago

Hmm, sbt is not able to find them. I'll have another look.

fommil commented 8 years ago

oh, very interesting. I think sbt might need something extra to search your repository when resolving scala's classifiers.

fommil commented 8 years ago

I worked out what it is. When defining the resolvers it has to go in the override val settings = bit, not in a commonSettings. Not your bug.