From 1ea766b31d257946420ddd2a56581f7a21d3c2cd Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 21 Dec 2001 13:36:05 +0000 Subject: [PATCH] Remove execute as inherited from parent git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270290 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/org/apache/tools/ant/Task.java | 13 ------------- .../src/todo/org/apache/tools/ant/Task.java | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java b/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java index cedef05a9..d7375f98c 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java @@ -13,19 +13,6 @@ public abstract class Task extends ProjectComponent implements org.apache.myrmidon.api.Task { - /** - * Called by the project to let the task do it's work. This method may be - * called more than once, if the task is invoked more than once. For - * example, if target1 and target2 both depend on target3, then running "ant - * target1 target2" will run all tasks in target3 twice. - * - * @throws TaskException if someting goes wrong with the build - */ - public void execute() - throws TaskException - { - } - protected void handleErrorOutput( String line ) { log( line, Project.MSG_ERR ); diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java index cedef05a9..d7375f98c 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java @@ -13,19 +13,6 @@ public abstract class Task extends ProjectComponent implements org.apache.myrmidon.api.Task { - /** - * Called by the project to let the task do it's work. This method may be - * called more than once, if the task is invoked more than once. For - * example, if target1 and target2 both depend on target3, then running "ant - * target1 target2" will run all tasks in target3 twice. - * - * @throws TaskException if someting goes wrong with the build - */ - public void execute() - throws TaskException - { - } - protected void handleErrorOutput( String line ) { log( line, Project.MSG_ERR );