public class TallowTask
extends org.apache.tools.ant.Task
http://sf.net/projects/wix
Constructor and Description |
---|
TallowTask() |
Modifier and Type | Method and Description |
---|---|
void |
addSources(org.apache.tools.ant.types.DirSet ds)
A set of source files.
|
org.apache.tools.ant.types.Commandline.Argument |
createArg()
Adds a command-line argument for tallow.exe.
|
void |
execute() |
void |
setSource(java.io.File f)
The main source file.
|
void |
setTarget(java.io.File f)
The main target file.
|
void |
setVm(java.lang.String value)
Set the name of the executable for the virtual machine.
|
void |
setWixHome(java.io.File f)
Sets the installation directory of WiX.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setVm(java.lang.String value)
value
- the name of the executable for the virtual machinepublic void setSource(java.io.File f)
tallow
may include more directories than this one,
the main source is the one passed on the command line.
File
- object of the main source file.public void setTarget(java.io.File f)
File
- object of the main target file.public void addSources(org.apache.tools.ant.types.DirSet ds)
public void setWixHome(java.io.File f)
If omitted, Ant will assume that WiX's executables can be found on the PATH.
public org.apache.tools.ant.types.Commandline.Argument createArg()
public void execute()
execute
in class org.apache.tools.ant.Task