sbt/testing
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
..
agent/src/main/java/sbt Fix merge conflicts in pulling doc fixes from 0.13.1 into 0.13 branch. 2014-03-06 10:10:38 -05:00
impl/src/main/scala/sbt Deleted unused discovered test parser/printer 2013-07-09 14:55:30 -04:00
src/main/scala/sbt Fix issue where ScalaInstance broke the thread-context-classloader for all scala classes. 2014-09-09 08:56:51 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00