org.apache.tools.ant.taskdefs
Class Ant
java.lang.Object
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.Ant
- public class Ant
- extends Task
Call Ant in a sub-project
- Author:
- costin@dnt.ro
Constructor Summary |
Ant()
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ant
public Ant()
init
public void init()
- Description copied from class:
Task
- Called by the project to let the task initialize properly.
- Overrides:
init
in class Task
- Following copied from class:
org.apache.tools.ant.Task
- Throws:
BuildException
- if someting goes wrong with the build
execute
public void execute()
throws BuildException
- Do the execution.
- Overrides:
execute
in class Task
- Following copied from class:
org.apache.tools.ant.Task
- Throws:
BuildException
- if someting goes wrong with the build
setDir
public void setDir(java.io.File d)
setAntfile
public void setAntfile(java.lang.String s)
setTarget
public void setTarget(java.lang.String s)
setOutput
public void setOutput(java.lang.String s)
createProperty
public Property createProperty()
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.