note about Scala build and compiler interface

This commit is contained in:
Mark Harrah 2012-08-20 15:55:50 -04:00
parent 42042a9d85
commit b53104f8ff
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ object AnalyzingCompiler
{
import sbt.IO.{copy, createDirectory, zip, jars, unzip, withTemporaryDirectory}
// Note: The Scala build now depends on some details of this method:
// https://github.com/jsuereth/scala/commit/3431860048df8d2a381fb85a526097e00154eae0
/** Extract sources from source jars, compile them with the xsbti interfaces on the classpath, and package the compiled classes and
* any resources from the source jars into a final jar.*/
def compileSources(sourceJars: Iterable[File], targetJar: File, xsbtiJars: Iterable[File], id: String, compiler: RawCompiler, log: Logger)