public class JythonAntTask
extends org.apache.tools.ant.Task
This is an Ant sub-task of the FreemarkerXmlTask task.
Warning! It must not be statically linked with Jython classes, so users can use the XML ant task even if Jython is not installed.
| Constructor | Description |
|---|---|
JythonAntTask() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addText(java.lang.String text) |
|
void |
execute(java.util.Map vars) |
|
void |
setFile(java.io.File scriptFile) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setFile(java.io.File scriptFile)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void addText(java.lang.String text)
public void execute(java.util.Map vars)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException