package sabbus
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Break extends Task
- case class CompilationFailure (message: String, cause: Exception) extends Exception with Product with Serializable
- trait CompilationPathProperty extends AnyRef
- class Compiler extends AnyRef
- class ForeignCompiler extends AnyRef
- class Make extends Task with TaskArgs
-
class
ScalacFork
extends ScalaMatchingTask with ScalacShared with TaskArgs
An Ant task to compile with the new Scala compiler (NSC).
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
.
- class Settings extends AnyRef
- trait TaskArgs extends CompilationPathProperty
- class Use extends ScalaMatchingTask
The Scala compiler API.
The following resources are useful for Scala plugin/compiler development: