mirror of https://github.com/sbt/sbt.git
Updated Scala modularization and classpaths (markdown)
parent
4958f4488a
commit
f643a7b9ee
|
|
@ -5,7 +5,7 @@ Scala modularization makes it necessary to deal with some existing issues that m
|
|||
## Java boot classpath
|
||||
|
||||
For the Java boot classpath, the `scala` launcher justs puts everything in `lib/` on it.
|
||||
This is not the right thing to do because it makes available classes not on the user's classpath (for example, #702).
|
||||
This is not the right thing to do because it makes available classes not on the user's classpath.
|
||||
It also forces a particular version of the config, JLine, and JAnsi libraries.
|
||||
(Currently Scala's JLine is in a custom namespace, but I believe a goal is to use the standard JLine.)
|
||||
I think it is closer to the right thing to do for the `scalac` launcher, because no user code runs and configures a particular classpath.
|
||||
|
|
|
|||
Loading…
Reference in New Issue