sbt/compile
nau bdfb570a42 Update compile/inc/Incremental.scala
Fix for http://stackoverflow.com/questions/12972183/sbt-always-does-full-rebuild-because-of-modified-binary-dependency-rt-jar
def externalBinaryModified uses java.io.File.equals() to check if files are the same. It's better to use File.getCanonicalPath in this case.
2012-10-22 08:23:23 -04:00
..
api API extraction: handle any type that is annotated, not just the spec'd simple type. Fixes #559. 2012-10-05 09:06:35 -04:00
inc Update compile/inc/Incremental.scala 2012-10-22 08:23:23 -04:00
integration Add xsbti.Reporter to required inputs instead of maxErrors. 2012-07-13 14:33:26 -04:00
interface replace Symbol.nameString calls with simpleName(Symbol). Fixes #577. 2012-10-15 12:42:27 -04:00
ivy implement embedded interface 2012-04-18 16:01:45 -04:00
persist API extraction: handle any type that is annotated, not just the spec'd simple type. Fixes #559. 2012-10-05 09:06:35 -04:00
src/test/scala drop compilation tests 2012-07-01 15:16:41 -04:00
AnalyzingCompiler.scala Source position mapper support 2012-08-31 06:24:16 -04:00
ClasspathOptions.scala using some of the embedding interfaces 2012-04-18 11:02:52 -04:00
CompilerArguments.scala Changes required to use sbt as-is from Scala-IDE. 2012-07-13 14:33:26 -04:00
CompilerCache.scala Changes required to use sbt as-is from Scala-IDE. 2012-07-13 14:33:26 -04:00
CompilerInterfaceProvider.scala implement embedded interface 2012-04-18 16:01:45 -04:00
CompilerOutput.scala Changes required to use sbt as-is from Scala-IDE. 2012-07-13 14:33:26 -04:00
Eval.scala Make compiler projects compilable with 2.10 2012-07-13 14:33:26 -04:00
JavaCompiler.scala Add xsbti.Reporter to required inputs instead of maxErrors. 2012-07-13 14:33:26 -04:00
LoggerReporter.scala Source position mapper support 2012-08-31 06:24:16 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
RawCompiler.scala Changes required to use sbt as-is from Scala-IDE. 2012-07-13 14:33:26 -04:00