sbt/compile
Jason Zaugg 3ad3f87212 Future proof against removal of java.ext.dirs in Java 9
This is the start of an effort to make SBT 0.13.x compatible
with JDK 9.

The system property java.ext.dirs no longer exists now that
JEP-220 has removed the extension and endorsed classpath
facilities. It is also forbidden to manually set this to
an empty string from the command line.

This commit treats the absense of this property as an
empty extension classpath.
2017-02-04 22:14:51 -07:00
..
api Add a pending test for self variable bug (#2504) 2016-03-08 20:42:11 +01:00
inc Fixes #2654 Silence macro recompilation info message 2016-07-08 01:03:32 +01:00
integration/src/main/scala/sbt/compiler Do not create dir, if trying to output classes to a jar 2016-02-04 15:11:55 +01:00
interface Fix #2766 sourceFile and sourcePath can be `null` 2016-10-01 15:12:24 +02:00
ivy/src/main/scala/sbt/compiler Safer template resolver 2016-10-12 20:06:10 -04:00
persist Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
src Future proof against removal of java.ext.dirs in Java 9 2017-02-04 22:14:51 -07:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00