NVelocity.NAnt.Dvsl
Class DvslTask

Field Summary
string INFILENAME
string OUTFILENAME

Fields inherited from class SourceForge.NAnt.Element
_location, _parent, _project, _xmlNode

Constructor Summary
DvslTask()
        Initializes a new instance of the DvslTask class.

Property Summary
string Destdir
         Set the destination directory where the generated files should be directed.
string Extension
         Set the desired file extension to be used for the target files. If not specified, "
.html
" is used.
SourceForge.NAnt.FileSet FileSet
         The set of files to be included in the archive.
bool Force
         Set whether to check dependencies, or always generate.
string In
         Sets an input xml file to be styled
string LogFile
         Sets the file to use for logging. If not specified, all logging is directed through NAnt's logging system.
string Out
         Sets an output file
string OutputEncoding
         Sets the character encoding for output files. If not specified, output is written with UTF-8 encodin6g.
string Style
         Sets the file to use for stylesheet.
string ToolboxFile
         Sets the Toolbox properties file to use.
bool ValidatingParser
         Sets the flag to have DVSL use a validating parser for the input documents

Properties inherited from class SourceForge.NAnt.Task
FailOnError, IfDefined, LogPrefix, Name, UnlessDefined, Verbose

Properties inherited from class SourceForge.NAnt.Element
Location, Parent, Project, Properties

Method Summary
void ExecuteTask()
void PutAppValue(string name, object o)
         Sets an application value from outside of the DVSL task
void xExecuteTask()

Methods inherited from class SourceForge.NAnt.Task
Execute, InitializeElement, InitializeTask

Methods inherited from class SourceForge.NAnt.Element
Initialize

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

INFILENAME

public string INFILENAME


OUTFILENAME

public string OUTFILENAME

Constructor Detail

DvslTask

public DvslTask()

Initializes a new instance of the DvslTask class.

Property Detail

Destdir

public string Destdir

Set the destination directory where the generated files should be directed.


Extension

public string Extension

Set the desired file extension to be used for the target files. If not specified, "

.html
" is used.


FileSet

public SourceForge.NAnt.FileSet FileSet

The set of files to be included in the archive.


Force

public bool Force

Set whether to check dependencies, or always generate.


In

public string In

Sets an input xml file to be styled


LogFile

public string LogFile

Sets the file to use for logging. If not specified, all logging is directed through NAnt's logging system.


Out

public string Out

Sets an output file


OutputEncoding

public string OutputEncoding

Sets the character encoding for output files. If not specified, output is written with UTF-8 encodin6g.


Style

public string Style

Sets the file to use for stylesheet.


ToolboxFile

public string ToolboxFile

Sets the Toolbox properties file to use.


ValidatingParser

public bool ValidatingParser

Sets the flag to have DVSL use a validating parser for the input documents

Method Detail

ExecuteTask

protected void ExecuteTask()


PutAppValue

public void PutAppValue(string name,
                        object o)

Sets an application value from outside of the DVSL task

Parameters:
name -
o -

xExecuteTask

protected void xExecuteTask()