mirror of https://github.com/sbt/sbt.git
While trying to determine binary dependencies sbt lookups class files corresponding to symbols. It tried to do that for packages and most of the time would fail because packages don't have corresponding class file generated. However, in case of case insensitive file system, combined with special nesting structure you could get spurious dependency. See added test case for an example of such structure. The remedy is to never even try to locate class files corresponding to packages. Fixes #620. |
||
|---|---|---|
| .. | ||
| src/main/scala/xsbt | ||
| NOTICE | ||