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

Fields inherited from class org.apache.tools.ant.Task
description, location, project, target
 
Constructor Summary
Ant()
           
 
Method Summary
 Task createProperty()
           
 void execute()
          Do the execution.
 void init()
           
 void setAntfile(java.lang.String s)
           
 void setDir(java.lang.String d)
           
 void setOutput(java.lang.String s)
           
 void setTarget(java.lang.String s)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, setDescription, setLocation, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ant

public Ant()
Method Detail

init

public void init()
Overrides:
init in class Task

execute

public void execute()
             throws BuildException
Do the execution.
Overrides:
execute in class Task

setDir

public void setDir(java.lang.String 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 Task createProperty()


Copyright © 2000 Apache Software Foundation. All Rights Reserved.