sbt/compile/interface
Grzegorz Kossakowski 4c1c31e190 Fix for dependency on class file corresponding to a package. (#620)
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.
2012-12-10 13:53:52 -05:00
..
src/main/scala/xsbt Fix for dependency on class file corresponding to a package. (#620) 2012-12-10 13:53:52 -05:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00