sbt/main
Josh Suereth bc421f0ac9 Fix issue where generated config-classes was not propogated.
Fixes #1568.

This is the fallout of attempting not to leak config-file classes. Since
we DO NOT have valid incremental compiler for config-classes, we've instituted
workaround to ensure that regular incremental compilation *AND* our own
sbt loader do not hose each other.   A full solution will eventually be
to find a way for .sbt files to participate in regular compilation of a
project.

For now, we fix the tracking of generated.class files throughout an sbt
"loadProjects" call, and then clean any .class files that were not
generated for a full reload.   This commit just fixes
a minor tracking issue.
2014-09-07 12:01:50 -04:00
..
actions/src ModuleDetailReport => OrganizationArtifactReport 2014-08-15 01:57:21 -04:00
command/src/main/scala/sbt Remove line of dead code. 2014-05-19 06:17:44 -07:00
settings/src Deprecate parseScopedKey 2014-08-05 11:28:28 -04:00
src Fix issue where generated config-classes was not propogated. 2014-09-07 12:01:50 -04:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00