net.sf.antcontrib.logic

Class RunTargetTask


public class RunTargetTask
extends Task

Ant task that runs a target without creating a new project.
Author:
Nicola Ken Barozzi nicolaken@apache.org

Method Summary

void
execute()
execute the target
void
setTarget(String target)
The target attribute

Method Details

execute

public void execute()
            throws BuildException
execute the target

setTarget

public void setTarget(String target)
The target attribute
Parameters:
target - the name of a target to execute