mirror of https://github.com/sbt/sbt.git
When using the launcher's classpath for the metabuild, the scala-compiler jar can be missing. This is because the managedJars only method returns the scala-library jar and not the rest of the scala instance. To fix this, we can always prepend the scala instance jars to the classpath. In order to simulate the issue in scripted, I had to manually remove the scala-compiler.jar from the scripted classpath or else the scripted test that I added doesn't actually do anything because the scala-compiler.jar would end up on the app.provider.mainClasspath. Fixes #4452 |
||
|---|---|---|
| .. | ||
| project | ||
| src | ||