scala.tools.ant
An Ant task to compile with the new Scala compiler (NSC).
This task can take the following parameters as attributes:
srcdir
failonerror
timeout
jvmargs
argfile
params
It also takes the following parameters as nested elements:
src
classpath
sourcepath
bootclasspath
extdirs
compilerarg
An Ant task to compile with the new Scala compiler (NSC).
This task can take the following parameters as attributes:
srcdir(mandatory),failonerror,timeout,jvmargs,argfile,params.It also takes the following parameters as nested elements:
src(forsrcdir),classpath,sourcepath,bootclasspath,extdirs,compilerarg.