From ad4c56763e91150e9a6cadce4e62f50e7276311e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 15 Mar 2001 12:56:24 +0000 Subject: [PATCH] removed TODO - three of four points have already been implemented and the remaining one falls into the TaskExecutionEngine category of requested-features.txt. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268840 13f79535-47bb-0310-9956-ffa450edef68 --- TODO | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index b9faeb9be..000000000 --- a/TODO +++ /dev/null @@ -1,17 +0,0 @@ -TODO List: - - * Provide an AbstractFileCompareTask class with prebuilt "srcfile" - and "destfile" setter methods and whose execute method calls a - "updateNeeded" method. - - * Investigate some sort of command line "execute an instance of a - task with these parameters" entry point. Maybe a - `org.apache.ant.TaskMain task org.foo.BarTask attrib1=foo - attrib2=bar` type entry point? - - * GUI front end -- examine tasks, add task properties, etc. Also, - one button push build of a particular target. - - * Test harness. All software projects should have an automatable - test suite. Ant is no exception to this rule. -