Package

scala.tools.ant

sabbus

Permalink

package sabbus

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class Break extends Task

    Permalink
  2. case class CompilationFailure(message: String, cause: Exception) extends Exception with Product with Serializable

    Permalink
  3. trait CompilationPathProperty extends AnyRef

    Permalink
  4. class Compiler extends AnyRef

    Permalink
  5. class ForeignCompiler extends AnyRef

    Permalink
  6. class Make extends Task with TaskArgs

    Permalink
  7. class ScalacFork extends ScalaMatchingTask with ScalacShared with TaskArgs

    Permalink

    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 (for srcdir),
    • classpath,
    • sourcepath,
    • bootclasspath,
    • extdirs,
    • compilerarg.
  8. class Settings extends AnyRef

    Permalink
  9. trait TaskArgs extends CompilationPathProperty

    Permalink
  10. class Use extends ScalaMatchingTask

    Permalink

Value Members

  1. object Compilers extends DefaultMap[String, Compiler]

    Permalink

Ungrouped