sbt/util
Josh Suereth d2950da9dd Fix issue where ScalaInstance broke the thread-context-classloader for all scala classes.
The issue is that when you manually set a ScalaInstance, i.e. not one from Ivy, the
classpath which is returned for any given configuration ONLY uses Ivy.   This means that
the legitimate Scala JAR files that need to be on the classpath are missing from the list.
For some reason, the way we instantiate tests uses an unfiltered classloader against the
ScalaInstance, *BUT* the thread-context-classloader DOES use a filtered instance by
classpath.   This add the hook into the TestFramework runner creation so that
the classpath accurately reflects the jars needed.

cc @rkuhn
2014-09-09 08:56:51 -04:00
..
appmacro/src/main/scala/sbt/appmacro added scalariform 2014-05-01 12:50:07 -04:00
classfile added scalariform 2014-05-01 12:50:07 -04:00
classpath Fix issue where ScalaInstance broke the thread-context-classloader for all scala classes. 2014-09-09 08:56:51 -04:00
collection Ok, this is actually the flaky issue with the test. 2014-08-11 16:13:26 -04:00
complete Fixes #1530. Fixes NPE by using IO.listFiles 2014-08-15 03:52:54 -04:00
control added scalariform 2014-05-01 12:50:07 -04:00
cross/src/main/input_sources Allow the "-bin" Scala version suffix to specify a bincompat version 2014-09-04 01:15:58 +02:00
datatype added scalariform 2014-05-01 12:50:07 -04:00
io Merge pull request #1401 from xuwei-k/watch 2014-06-27 12:05:59 -04:00
log Bump expected 2.11 module versions so we can compile with 2.11 2014-05-14 19:08:05 -04:00
logic/src Scalariforming test code 2014-05-07 11:52:23 -04:00
process Scalariforming test code 2014-05-07 11:52:23 -04:00
relation/src Scalariforming test code 2014-05-07 11:52:23 -04:00