org.apache.tools.ant.helper
public class IgnoreDependenciesExecutor extends Object implements Executor
target.performTasks() directly. If an
error occurs, behavior is determined by the Project's "keep-going" mode.
To be used when you know what you're doing.
Since: Ant 1.7.1
| Method Summary | |
|---|---|
| void | executeTargets(Project project, String[] targetNames) {@inheritDoc }. |
| Executor | getSubProjectExecutor() {@inheritDoc }. |