sbt, the interactive build tool
Go to file
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
cache reworked tracking 2010-09-04 08:11:05 -04:00
compile more flexible scalac logging 2010-10-23 16:34:22 -04:00
interface more flexible scalac logging 2010-10-23 16:34:22 -04:00
ivy fix tests, discovery 2010-10-06 08:24:13 -04:00
launch improving incremental compilation 2010-10-22 21:55:16 -04:00
licenses move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
main more flexible scalac logging 2010-10-23 16:34:22 -04:00
project improving incremental compilation 2010-10-22 21:55:16 -04:00
run minor rework of main class selection 2010-09-27 18:52:13 -04:00
sbt more flexible scalac logging 2010-10-23 16:34:22 -04:00
sbt_pending preserve compatibility for TestCleanup and TestSetup 2010-10-09 15:19:06 -04:00
scripted make running scripted tests slightly less painful 2010-09-28 21:45:59 -04:00
tasks more flexible scalac logging 2010-10-23 16:34:22 -04:00
testing preserve compatibility for TestCleanup and TestSetup 2010-10-09 15:19:06 -04:00
util improving incremental compilation 2010-10-22 21:55:16 -04:00
web Allow specifying webdefault.xml for jetty. Useful on windows for fixing file locking issue. 2010-10-09 14:37:40 -04:00
.gitignore * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
LICENSE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
api.specification Polymorphic types and fix parameterized type arguments to be Type and not just SimpleType 2010-01-07 21:38:39 -05:00
launch.specification minor fixes to launch specification 2010-01-10 19:20:44 -05:00
notes more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00