Defines valid values for the deprecation and
unchecked properties.
Generates a build error.
Generates a build error. Error location will be the current task in the ant file.
A message describing the error.
A build error exception thrown in every case.
Sets the bootclasspath as a nested sourcepath Ant
parameter.
Sets the bootclasspath as a nested sourcepath Ant
parameter.
A source path to be configured.
Sets the classpath as a nested classpath Ant parameter.
Sets the classpath as a nested classpath Ant parameter.
A class path to be configured.
Sets the extdirs as a nested sourcepath Ant parameter.
Sets the extdirs as a nested sourcepath Ant parameter.
An extensions path to be configured.
Sets the sourcepath as a nested sourcepath Ant parameter.
Sets the sourcepath as a nested sourcepath Ant parameter.
A source path to be configured.
Sets the origin as a nested src Ant parameter.
Sets the origin as a nested src Ant parameter.
An origin path to be configured.
Performs the compilation.
Performs the compilation.
This is forwarding method to circumvent bug #281 in Scala 2.
This is forwarding method to circumvent bug #281 in Scala 2. Remove when bug has been corrected.
Initializes settings and source files
Initializes settings and source files
Set the addparams info attribute.
Set the addparams info attribute.
The value for addparams.
Sets the bootclasspath attribute.
Sets the bootclasspath attribute. Used by Ant.
The value of bootclasspath.
Sets the bootclasspath as an external reference Ant
parameter.
Sets the bootclasspath as an external reference Ant
parameter.
A reference to a source path.
Sets the classpath attribute.
Sets the classpath attribute. Used by Ant.
The value of classpath.
Sets the classpath as an external reference Ant parameter.
Sets the classpath as an external reference Ant parameter.
A reference to a class path.
Set the deprecation info attribute.
Set the deprecation info attribute.
One of the flags yes/no or on/off.
Sets the destdir attribute.
Sets the destdir attribute. Used by Ant.
The value of destination.
Sets the docfooter attribute.
Sets the docfooter attribute.
The value of docfooter.
Sets the docgenerator attribute.
Sets the docgenerator attribute.
A fully qualified class name of a doclet.
Sets the docrootcontent attribute.
Sets the docrootcontent attribute.
The file from which the documentation content of the root package will be taken.
Sets the docsourceurl attribute.
Sets the docsourceurl attribute.
The value of docsourceurl.
Sets the doctitle attribute.
Sets the doctitle attribute.
The value of doctitle.
Sets the docversion attribute.
Sets the docversion attribute.
The value of docversion.
Sets the encoding attribute.
Sets the encoding attribute. Used by Ant.
The value of encoding.
Sets the external extensions path attribute.
Sets the external extensions path attribute. Used by Ant.
The value of extdirs.
Sets the extdirs as an external reference Ant parameter.
Sets the extdirs as an external reference Ant parameter.
A reference to an extensions path.
Sets the sourcepath attribute.
Sets the sourcepath attribute. Used by Ant.
The value of sourcepath.
Sets the sourcepath as an external reference Ant parameter.
Sets the sourcepath as an external reference Ant parameter.
A reference to a source path.
Sets the srcdir attribute.
Sets the srcdir attribute. Used by Ant.
The value of origin.
Sets the origin as an external reference Ant parameter.
Sets the origin as an external reference Ant parameter.
A reference to an origin path.
Set the unchecked info attribute.
Set the unchecked info attribute.
One of the flags yes/no or on/off.
An Ant task to document Scala code.
This task can take the following parameters as attributes:
srcdir(mandatory),srcref,destdir,classpath,classpathref,sourcepath,sourcepathref,bootclasspath,bootclasspathref,extdirs,extdirsref,encoding,doctitle,header,footer,top,bottom,addparams,deprecation,docgenerator,docrootcontent,unchecked.It also takes the following parameters as nested elements:
src(for srcdir),classpath,sourcepath,bootclasspath,extdirs.