sbt/main/src
Josh Suereth a1b3117a42 Track generated .class files and clean leftovers after project load.
Fixes #1524

* Track generated .class files from Eval
* While loading, join all classfiles throughout Load, lots of bookkeeping.
* When a given build URI is done loading, we can look at its
  project/target/config-classes directory and clean out any extra items
  that are lingering from previous build definitions.
* Add TODOs to handle the same thing in global directories.  Right now,
  given the shared nature of these projects, it's a bit too dangerous to
  do so.
2014-08-14 10:03:24 -04:00
..
main/scala/sbt Track generated .class files and clean leftovers after project load. 2014-08-14 10:03:24 -04:00
test/scala Fixes #1375 - Check for empty filenames. 2014-08-01 17:36:14 -04:00