sbt/compile
Mark Harrah a76d75bca6 more flexible scalac logging
the custom scalac Reporter now delegates to an instance of
  an sbt interface called xsbti.Reporter
handling compilation logging is now mainly done on the sbt-side of the
  compiler interface
the xsbti.Reporter interface provides access to richer information
  about errors and warnings, including source file, line, and offset
xsbti.Reporter can be implemented by users to get access to
  detailed information without needing to parse the logging output
the CompileFailed exception that is thrown when compilation fails now
  includes an array of the problems, providing detailed
  error and warning information that can, for example, be consumed
  by doing a mapFailure on 'compile' and using 'Compile.allProblems'
2010-10-23 16:34:22 -04:00
..
api improving incremental compilation 2010-10-22 21:55:16 -04:00
discover improving incremental compilation 2010-10-22 21:55:16 -04:00
inc fix product tracking and handling of removed sources 2010-09-27 18:47:11 -04:00
interface more flexible scalac logging 2010-10-23 16:34:22 -04:00
persist improving incremental compilation 2010-10-22 21:55:16 -04:00
src/test/scala improving incremental compilation 2010-10-22 21:55:16 -04:00
AnalyzingCompiler.scala more flexible scalac logging 2010-10-23 16:34:22 -04:00
CompileOptions.scala * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
CompilerArguments.scala - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
ComponentCompiler.scala - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
JavaCompiler.scala support -J options when forking (#124) 2010-10-21 09:12:00 -04:00
LoggerReporter.scala more flexible scalac logging 2010-10-23 16:34:22 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
RawCompiler.scala more flexible scalac logging 2010-10-23 16:34:22 -04:00